JSFiddle - React, Tailwind, and code Playground
by Liaqat Saeed
HTML
<ul id="forecast-list">
<li>
asfasfaf
</li>
</ul>
JavaScript
var table = document.getElementById("forecast-list");
var cells = table.getElementsByTagName("li").height;
alert(cells)