JSFiddle - React, Tailwind, and code Playground

HTML

<!doctype html>
<head>
    <title>Google</title>
<body>
    <div>
        <iframe src="http://www.google.com">Google</iframe>
    </div>

CSS

html,body,div,iframe{height:100%;}
div{position:relative;overflow:hidden;}
iframe{border:none;width:100%;}
body{margin:0;padding:0;}