JSFiddle - React, Tailwind, and code Playground

by Alex Bergin

HTML

<iframe src="http://fiddle.jshell.net/alexbergin/p4a5T/2/show/"></iframe> 
<iframe src="http://fiddle.jshell.net/alexbergin/p4a5T/show/"></iframe>
<iframe src="http://fiddle.jshell.net/alexbergin/3wkcc/12/show/"></iframe><br/ >
<iframe src="http://fiddle.jshell.net/alexbergin/3wkcc/21/show/"></iframe>
<iframe src="http://fiddle.jshell.net/alexbergin/3wkcc/60/show/"></iframe>
<iframe src="http://fiddle.jshell.net/alexbergin/3wkcc/74/show/"></iframe><br />
<iframe src="http://fiddle.jshell.net/alexbergin/3wkcc/118/show/"></iframe>
<iframe src="http://fiddle.jshell.net/3wkcc/158/show/"></iframe>
<iframe src="http://fiddle.jshell.net/alexbergin/3wkcc/201/show/"></iframe>

CSS

html {
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
}

body {
    width: 150%;
    height: 150%;
    -webkit-transform: scale( 0.75 );
    -webkit-transform-origin: top left;
    white-space: nowrap;
    overflow: hidden;
    padding: 0;
    margin: 0;
    font-size: 0;
}

iframe {
    width: 33.333%;
    height: 33.333%;
    display: inline-block;
    border: none;
}