JSFiddle - React, Tailwind, and code Playground

HTML

<div style="width:500px; height:auto; border:1px solid black; background:white">
<div></div>
<div style="height:100px"></div>
<div style="height:150px"></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div style="height:100px"></div>
</div>

CSS

div {
    display:inline-block;
    vertical-align:top;
    height:50px;
    width: 100px;
    background:blue;
    margin: 5px;
}