JSFiddle - React, Tailwind, and code Playground

HTML

<div id="foo"></div>

JavaScript

$("#foo").append(
    '<iframe src="'+location.hostname+'/manu/index.php"></iframe>'
);