Solutionunvalidated
Load the HTML content as a plain string (e.g., via fetch or by inlining it) and render it in the modal using React's `dangerouslySetInnerHTML` (with trusted/static HTML to avoid XSS).
efc83c3e-18da-4fd9-9143-524975437b59
Load the HTML content as a plain string (e.g., via fetch or by inlining it) and render it in the modal using React's dangerouslySetInnerHTML (with trusted/static HTML to avoid XSS).