JSFiddle - React, Tailwind, and code Playground
by mvivekc
HTML
<body>
<div class="main"><!--to the right one more -->
</div>
<div class="main"><!--to the right one more -->
</div>
<div class="main">
</div>
</body>
CSS
body{
width:300%;
height:100%;
}
.main{
width:100%;
color:red;
height:100%;
float:left;
}