JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<th width="100px">header 1</th>
<th width="200px">header 2</th>
</tr>
<tr>
<td>data asdfasdfasdfasdfasdf</td>
<td>data 2</td>
</tr>
</table>
<table>
<tr>
<th width="100px">header 1</th>
<th width="200px">header 2</th>
</tr>
<tr>
<td>data asdfasdfasdfasdfasdf</td>
<td>data 2</td>
</tr>
</table>