JSFiddle - React, Tailwind, and code Playground

HTML

<div id="aaa">Bla bla bla</div>

JavaScript

var h = document.getElementById('aaa').offsetHeight;
alert('typeof h: ' + typeof h + '; value of h: ' +  h);
//alert(typeof h);