JSFiddle - React, Tailwind, and code Playground
HTML
<div style="height:50px">
</div>
<div style="height:50px;width:80px;background-color:#000;" id="foo">
</div>
JavaScript
alert(document.getElementById("foo").offsetTop)
<div style="height:50px">
</div>
<div style="height:50px;width:80px;background-color:#000;" id="foo">
</div>
alert(document.getElementById("foo").offsetTop)