JSFiddle - React, Tailwind, and code Playground
by spoike
HTML
<label for="the-field">Label For</label>
<input id="the-field" type="text"></input>
<label>Label Element Inside <input type="text"></input></label>
by spoike
<label for="the-field">Label For</label>
<input id="the-field" type="text"></input>
<label>Label Element Inside <input type="text"></input></label>