JSFiddle - React, Tailwind, and code Playground
HTML
<iframe src="http://www.bing.com"></iframe>
<div>I am div</div>
CSS
div { background: red; position: absolute; top: 20px; width: 100px; left:20px;}
iframe{width: 100%; height: 500px;}
<iframe src="http://www.bing.com"></iframe>
<div>I am div</div>
div { background: red; position: absolute; top: 20px; width: 100px; left:20px;}
iframe{width: 100%; height: 500px;}