JSFiddle - React, Tailwind, and code Playground
by r3pek
HTML
<div id="temp">
<p id="fuu">sdkkkkgs</p>
</div>
CSS
#temp {
display:none;
}
JavaScript
var o = $('#fuu');
alert('width = ' + o.width());
alert('height = ' + o.height());