JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
background: blue;
width: 50px;
height: 50.5px;
border: 1px solid black;
}
JavaScript
console.log( $('div').height() );
<div></div>
div {
background: blue;
width: 50px;
height: 50.5px;
border: 1px solid black;
}
console.log( $('div').height() );