JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<td>Hi</td>
<input value='input hi'>
<textarea>Textarea hi</textarea>
<select>
<option selected>Option hi</option>
<option>Not option hi</option>
</select>
</tr>
</table>
<table>
<tr>
<td>Hi</td>
<input value='input hi'>
<textarea>Textarea hi</textarea>
<select>
<option selected>Option hi</option>
<option>Not option hi</option>
</select>
</tr>
</table>