JSFiddle - React, Tailwind, and code Playground

HTML

<div>
<p>Hello World !!</p>
</div>
<iframe id="myiframe"></iframe>

JavaScript

var s ="<html><head></head><body><div>Test_Div</div></body></html>";
$('#myiframe').contents().find('html').html(s);