JSFiddle - React, Tailwind, and code Playground
HTML
<table border="1">
<tr>
<th scope="col">Header</th>
<th scope="col">Header</th>
<th scope="col" colspan="2">Header</th>
</tr>
<tr>
<th scope="row"> </th>
<td> </td>
<td>Col 1</td>
<td>Col 2</td>
</tr>
</table>