JSFiddle - React, Tailwind, and code Playground

HTML

<body>
    <iframe id="child" src="http://www.honda.com/" seamless style="position: fixed; top: 0; left:0; width:100%; height:100%;"></iframe>
    <iframe id="parent" srcdoc="<div style='position: absolute; top:420px; left:420px'><button type='button'>test</button></div>" style="position: fixed; top: 0; left:0; width: 100%; height: 100%"></iframe>
</body>