JSFiddle - React, Tailwind, and code Playground

by sendil J

HTML

<table>
    <tr>
        <td> </td>
        <td> </td>
    </tr>
</table>

CSS

table {
    width:200px;    
    height:200px;
    background:#ededed;
}

JavaScript

$('table').click(function(){ alert('  '); });