JSFiddle - React, Tailwind, and code Playground

by userdude

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 {
    white-space: pre;
    content: '\A';
}