JSFiddle - React, Tailwind, and code Playground

HTML

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

CSS

#test {position: static;}

JavaScript

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