JSFiddle - React, Tailwind, and code Playground

HTML

<div class="box"></div>
<div class="box"></div>

CSS

.box {    
    float: left;    
    margin-right: 5px;
    width: 150px;
    height: 150px;
    background: gray;
}