JSFiddle - React, Tailwind, and code Playground
HTML
<section>
<div></div>
<div></div>
<div></div>
<div></div>
</section>
CSS
div{
background-color: red;
width: calc(25% - 40px);
height: 50px;
float:left;
margin:0 20px;
}