JSFiddle - React, Tailwind, and code Playground
HTML
<div id="item">show taille height</div>
JavaScript
alert(document.getElementById('item').offsetHeight);
<div id="item">show taille height</div>
alert(document.getElementById('item').offsetHeight);