JSFiddle - React, Tailwind, and code Playground

HTML

<label for="ia" id="labelA">labelA</label><input id="ia" type="text"/>
<label for="ib" id="labelB">labelB</label><input id="ib" type="text"/>

CSS

#labelB:before{ content: ""; display: block; }