JSFiddle - React, Tailwind, and code Playground

HTML

<iframe srcdoc="<h1>HELLO</h1>"></iframe>
<iframe id="dynamic"></iframe>

JavaScript

document.getElementById('dynamic').srcdoc = '<i>there</i>';