JSFiddle - React, Tailwind, and code Playground
HTML
<iframe id="iframe"><body></body></iframe>
JavaScript
var script = "alert('hello world');";
$('#iframe').contents().find('body').append($('<script>').html(script))
<iframe id="iframe"><body></body></iframe>
var script = "alert('hello world');";
$('#iframe').contents().find('body').append($('<script>').html(script))