JSFiddle - React, Tailwind, and code Playground

HTML

<table>
    <tr>
        <td><a>Hello</a></td>
    </tr>
</table>

CSS

td {                          
    background-color: yellow;                                                                              
    padding: 10px;                                                                                                            
}  
a {
    cursor:pointer;
    display:block;
    padding: 10px;
    margin: -10px;
}