JSFiddle - React, Tailwind, and code Playground

by harianus

HTML

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

CSS

div {
    width: 10%;
    background-color: red;
    height: 50px;
    float: left;
    margin-right: 1%;
}