JSFiddle - React, Tailwind, and code Playground

HTML

<label for="adress1">Address 1:</label>
<div>
<input type="text" class="test" id="address1" name="address1" value="" />
</div>

CSS

label[for] div > .test {
color:#900;
background:#900;

}