JSFiddle - React, Tailwind, and code Playground
by rwaldron
HTML
<div id="whatevs">LargeTextBlock</div>
CSS
#whatevs{ height: 100px; }
JavaScript
console.log([
$('#whatevs').height(),
$('#whatevs').outerHeight(),
$('#whatevs').innerHeight()
]);