JSFiddle - React, Tailwind, and code Playground

HTML

<div class="text">apple</div>
<div class="text">banana</div>
<div class="text">kiwi</div>
<div class="text">orange</div>

CSS

.text {
    background: yellow;
    float: left;
    margin-bottom: 3px;
    clear: both;
}