JSFiddle - React, Tailwind, and code Playground
by Abdul Ahmad
HTML
<div class='website'>
<iframe width="100%" height="100%" src="https://app.xtensio.com/folio/t3bkaed5"></iframe>
</div>
CSS
html {
height: 100%;
}
body {
margin: 0;
height: 100%;
}
.website {
padding: 30px;
box-sizing: border-box;
height: 100%;
}