JSFiddle - React, Tailwind, and code Playground

by TheDiamondDoge

HTML

<table cellspacing=0>
  <tr>
    <td id="x"><a>YA</a></td>
  </tr>
  <tr>
    <td>TI</td>
  </tr>
  <tr>
    <td>ON</td>
  </tr>

</table>

CSS

td {
  height: 20px;
  border: 1px solid black;
}

tr {
  margin-top: 10px;
}

JavaScript

alert($("#x").text())