JSFiddle - React, Tailwind, and code Playground
HTML
<div id="text"></div>
<iframe></iframe>
CSS
#text {
width: 50%;
height: 200px;
background: #CCC;
float: left;
min-width: 200px;
}
iframe {
width: 200px;
height: 200px;
background: #333;
border: none;
}