JSFiddle - React, Tailwind, and code Playground
by Shishir Max
HTML
<table style="background: #EAE9E6 100%; width:30%;">
<tr style="background: transparent !important;">
<td></td>
<td>
<b>Yes</b>
<b>No</b>
<b>All</b>
</td>
</tr>
<tr>
<td>
<input type="radio" checked="checked" name="Frog" value="0" />
<input type="radio" name="Cat" value="0" />
<input type="radio" name="Goat" value="0" />
</td>
</tr>
</table>