JSFiddle - React, Tailwind, and code Playground
HTML
<label>Application: <input id="ApplicationName" /></label>
<label>Foo: <input id="Foo" /></label>
<label>Junk: <input id="Junk" /></label>
CSS
input{
width: 10em;
}
label{
float: left;
clear: left;
}