JSFiddle - React, Tailwind, and code Playground
by TheNix
HTML
<label for="foo">
FOO
<input type="text" id="foo">
</label>
<br><br>
<label for="bar">
BAR
<input type="text" id="bar">
</label>
CSS
label[for="bar"] { color: red; }