JSFiddle - React, Tailwind, and code Playground

by mowglisanu

HTML

<div></div><div></div>

CSS

div{
    width:200px;
    height:50px;
    display:inline-block;
    background-color:red;
    vertical-align:top;
}
body{
    white-space: nowrap;
}