JSFiddle - React, Tailwind, and code Playground
HTML
<iframe frameborder="0" scrolling="no" src="http://fiddle.jshell.net/7L33c/4/show/"></iframe>
<iframe frameborder="0" scrolling="no" src="http://fiddle.jshell.net/alexbergin/3wkcc/4/show/"></iframe>
<iframe frameborder="0" scrolling="no" src="http://fiddle.jshell.net/alexbergin/3wkcc/12/show/"></iframe>
<iframe frameborder="0" scrolling="no" src="http://fiddle.jshell.net/alexbergin/3wkcc/21/show/"></iframe>
CSS
* {
margin: 0;
padding: 0;
font-size: 0;
}
html , body {
width: 100%;
height: 100%;
overflow: scroll;
}
iframe {
width: 100%;
height: 480px;
display: inline-block;
}