JSFiddle - React, Tailwind, and code Playground
by sg3s
HTML
<div id="myiframe-wrap">
<iframe id="myiframe" src="http://www.gizmodo.com" border="0"></iframe>
</div>
CSS
html, body {
height: 100%;
padding: 0;
}
#myiframe-wrap {
position: absolute;
top: 10px;
right: 10px;
bottom: 10px;
left: 10px;
}
#myiframe {
position: absolute;
display: block;
border: 0;
height: 100%;
width: 100%;
}