JSFiddle - React, Tailwind, and code Playground
HTML
<div id="box">Эмээ өвөө бясаа гурав сүүтэй будаа чанажээ</div>
CSS
#id {height: auto;}
JavaScript
$(function(){
alert($("#box").height());
})
<div id="box">Эмээ өвөө бясаа гурав сүүтэй будаа чанажээ</div>
#id {height: auto;}
$(function(){
alert($("#box").height());
})