JSFiddle - React, Tailwind, and code Playground

by Timmy Willison

HTML

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

CSS

table {
    height: 200px;
    background: #999;
}

JavaScript

console.log($('table').css('height'));