JSFiddle - React, Tailwind, and code Playground
HTML
<div id="a" style="display:none">
asdf
asdfasdf<br>
sadf
</div>
JavaScript
alert($('#a').outerHeight(true))
<div id="a" style="display:none">
asdf
asdfasdf<br>
sadf
</div>
alert($('#a').outerHeight(true))