JSFiddle - React, Tailwind, and code Playground

HTML

<div class="qwe">див 1 </div>
<div class="qwe">див 2 </div>

CSS

.qwe {
background:#099;
float: left;
}