JSFiddle - React, Tailwind, and code Playground
HTML
<tr id="test"></tr>
CSS
#test {position: static;}
JavaScript
alert($('#test').position().top);
<tr id="test"></tr>
#test {position: static;}
alert($('#test').position().top);