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