JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

div {
    width: 100px;
    height: 50px;
    background: #ccc;
    display: inline-block;
    text-align: justyfy;
}