JSFiddle - React, Tailwind, and code Playground
HTML
<iframe id="iframe"></iframe>
JavaScript
document.getElementById('iframe').contentWindow.document.write("<html><body>Hello world</body></html> ");
<iframe id="iframe"></iframe>
document.getElementById('iframe').contentWindow.document.write("<html><body>Hello world</body></html> ");