JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<td>
<input type="radio" id="examtype" name="examtype" value="GCSE" />: GCSE
<br />
</td>
<td>
<input type="radio" id="examtype" name="examtype" value="A2" />: A2
<br />
</td>
<td>
<input type="radio" id="examtype" name="examtype" value="AS" />: AS
<br />
</td>
</tr>
</table>