JSFiddle - React, Tailwind, and code Playground

by Matt Ball

HTML

<p>Some example text</p>
<script>
function createIframe() {
    document.write('<iframe src="//example.com"></iframe>');
}

createIframe();
</script>
<p>More text</p>