JSFiddle - React, Tailwind, and code Playground

HTML

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

<br><br><br>

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

CSS

div {
    width: 50px;
    height: 50px;
    background-color: red;
    display: inline-block;
}