JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
html {
background: #3F434C;
height: 100%;
}
body {
margin-left: 50px;
background: #DDD;
width: 100%;
height: 100%;
}
JavaScript
console.log('Result:', $('div').position().left );
console.log('Expected:', 0 );