JSFiddle - React, Tailwind, and code Playground
HTML
<html>
<body>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
<div>
</div>
</body>
</html>
CSS
div{
width:100px;
height:100px;
margin:10px;
background-color:red;
}