JSFiddle - React, Tailwind, and code Playground

HTML

<p>text</p>
<iframe></iframe>

CSS

html,body {
    height:100%;
}
iframe {
  background-color:red;
  width:80%;
  height:80%;
}