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)