JSFiddle - React, Tailwind, and code Playground
by kizer
HTML
<div class="iframe-container">
<iframe id="email-text" src="about:blank">
</iframe>
</div>
CSS
.iframe-container {
height: 100%;
width: 100%;
border: 1px solid red;
}
iframe {
background: red;
postion: absolute;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
border: 1px dashed red;
}