JSFiddle - React, Tailwind, and code Playground
HTML
<form>
<fieldset>
<label for="t">e-mail</label>
<input type="text" id="t" name="t" />
</fieldset>
</form>
CSS
label, input {
vertical-align: bottom;
height: 12px;
line-height: 12px;
}