JSFiddle - React, Tailwind, and code Playground
by JellyBelly
HTML
<div id="foo"></div>
JavaScript
$("#foo").append(
'<iframe src="'+location.hostname+'/manu/index.php"></iframe>'
);
by JellyBelly
<div id="foo"></div>
$("#foo").append(
'<iframe src="'+location.hostname+'/manu/index.php"></iframe>'
);