JSFiddle - React, Tailwind, and code Playground
HTML
<iframe id="left"></iframe>
<iframe id="content"></iframe>
CSS
html, body { margin:0; border:0; padding:0; width:100%; height:100%; }
iframe { height:100%; border:1px solid black; }
#left { width:750px; position:absolute; }
#content { width:100%; margin-left:750px; }
#left.toggle { display:none; }
#content.toggle { margin-left:0; }