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);
by Town
<table>
<tr id="test"><td></td></tr>
</table>
#test {position: static;}
alert($('#test').position().top);