JSFiddle - React, Tailwind, and code Playground
HTML
<table border="0" cellspacing="0" cellpadding="0">
<colgroup>
<col width="30%" />
<col width="30%" />
<col width="40%" />
</colgroup>
<tr>
<td>
<div class="form-row">
<label>A</label>
<input type="text" />
</div>
<div class="form-row">
<label>B</label>
<input type="text" />
</div>
<div class="form-row">
<label>C</label>
<input type="text" />
</div>
</td>
</tr>
</table>