JSFiddle - React, Tailwind, and code Playground

by chad

HTML

<label class="alabel" for="box1">label1</label>
<input class="aninput" type="text" id="box1" />
<label class="alabel" for="box2">label2</label>
<input class="aninput" type="text" id="box2" />

CSS

.alabel, .aninput {
    clear: both;
}