JSFiddle - React, Tailwind, and code Playground
by eddiemonge
HTML
<div id="offset"></div>
CSS
#offset {
position: absolute;
top: 120px;
left: 20px;
width: 50px;
height: 30px;
margin: 10px;
padding: 20px;
}
JavaScript
console.log( $('#offset').offset() );