JSFiddle - React, Tailwind, and code Playground
HTML
<iframe style="width: 400px; height: 400px;"></iframe>
JavaScript
var myIFRAME = $("iframe");
var myContent = $("body",myIFRAME.contents());
myContent.append("<div>This is a test</div>");
<iframe style="width: 400px; height: 400px;"></iframe>
var myIFRAME = $("iframe");
var myContent = $("body",myIFRAME.contents());
myContent.append("<div>This is a test</div>");