JSFiddle - React, Tailwind, and code Playground

by forivall

HTML

<form>
<label for="input1">Text</label>
<input id="input1" type="text" />
<label>Text</label>
<input type="text" />
</form>

CSS

label { clear: left; float: left; }
input { float: left; }
form { margin: auto; width: 100%; }