JSFiddle - React, Tailwind, and code Playground

HTML

<table>
  <tr>
    <td>
      <a href="#">
        Link
      </a>
    </td>
  </tr>
</table>

CSS

a {
  display: block;
  font-size: 16px;
  line-height: 16px;
}