JSFiddle - React, Tailwind, and code Playground

by Gereltod Gotsbayar

HTML

<div id="box">Эмээ өвөө бясаа гурав сүүтэй будаа чанажээ</div>

CSS

#id {height: auto;}

JavaScript

$(function(){

    alert($("#box").height());
})