JSFiddle - React, Tailwind, and code Playground
HTML
<table border='1'>
<th>
<td onclick="window.location='http://www.google.com';" style='cursor: pointer;'>Hello</td>
</th>
</table>
<table border='1'>
<th>
<td onclick="window.location='http://www.google.com';" style='cursor: pointer;'>Hello</td>
</th>
</table>