JSFiddle - React, Tailwind, and code Playground

by Town

HTML

<table>
    <tr id="test"><td></td></tr>
</table>

CSS

#test {position: static;}

JavaScript

alert($('#test').position().top);