JSFiddle - React, Tailwind, and code Playground
HTML
<label>Application</label>
<input id="ApplicationName" />
<label>Foo</label>
<input id="Foo" />
<label>Junk</label>
<input id="Junk" />
CSS
label:before {
content: "\a";
white-space: pre;
}