JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
CSS
div{
float:left;
background-color:moccasin;
width:100px;
height:100px;
border:1px solid tomato;
}