JSFiddle - React, Tailwind, and code Playground
by Joshua Powell
HTML
<div>
<div style="display: block; border: solid 1px blue;height: 35px;">
</div>
<div style="margin-top: -25px; display: inline-block; border: solid 1px red;">
<table>
<tr>
<td><input id="rbl_0" type="radio" checked="checked" /><label for="rbl_0">Option 1</label></td>
<td><input id="rbl_1" type="radio" /><label for="rbl_1">Option 2</label></td>
</tr>
</table>
<table style="width: 100%; table-layout: fixed;">
<tr><td> </td></tr>
<tr><td>Product 1</td></tr>
<tr><td>Product 2</td></tr>
</table>
</div>
</div>