JSFiddle - React, Tailwind, and code Playground

HTML

<iframe sandbox="allow-scripts allow-same-origin" id="myframe" src="about:blank"></iframe>

JavaScript

var frame = document.getElementById("myframe");
var fdoc = frame.contentDocument;

fdoc.write("Hello world"); // or whatever