JSFiddle - React, Tailwind, and code Playground

by TheDiamondDoge

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>