JSFiddle - React, Tailwind, and code Playground
HTML
<div>
<label>name</label>
<input type='text' />
</div>
<div>
<label>phoneasdsafasasdasdas</label>
<input type='text' />
</div>
<div>
<label>time</label>
<input type='text' />
</div>
CSS
label {
display: inline-block;
width: 140px;
}