JSFiddle - React, Tailwind, and code Playground

HTML

<div>Some Text</div>
<div>Some Text</div>

CSS

div {
    background-color: red;
    float: left;
}