JSFiddle - React, Tailwind, and code Playground

by Gaurav Singh

HTML

<div class="container">
    <div class="h_iframe">
        <iframe  src="http://www.computerhope.com/issues/ch000746.htm" frameborder="0" allowfullscreen></iframe>
    </div>
</div>

CSS

html,body        {height:100%; margin:0;}
.h_iframe iframe {position:absolute;top:0;left:0;width:100%; height:100%; margin:0;}