JSFiddle - React, Tailwind, and code Playground

by allcaps

HTML

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

CSS

div { 
    width: 100px;
    height:100px;
    float: left;
    border: 1px solid red;
}