JSFiddle - React, Tailwind, and code Playground
by Eric Howe
HTML
<div id="x" style="height: 100px; overflow: hidden;">
<div style="height: 200px;">
pancakes
</div>
</div>
JavaScript
console.log($('#x')[0].scrollHeight);
by Eric Howe
<div id="x" style="height: 100px; overflow: hidden;">
<div style="height: 200px;">
pancakes
</div>
</div>
console.log($('#x')[0].scrollHeight);