JSFiddle - React, Tailwind, and code Playground

by Soviut

HTML

<table border="1" width="100%">
  <tr>
    <td align="center">
      
      <table>
        <tr>
          <td>
            <a href="#">This is the button</a>
          </td>
        </tr>
      </table>
      
    </td>
  </tr>
</table>

CSS

a {
  display: block;
  padding: 20px;

  background: red;
}