JSFiddle - React, Tailwind, and code Playground
by dholbert
HTML
<span id="test"><canvas style="width:200px;height:0px"></canvas></span>
JavaScript
alert("w, h: " + test.offsetWidth + ", " + test.offsetHeight);
by dholbert
<span id="test"><canvas style="width:200px;height:0px"></canvas></span>
alert("w, h: " + test.offsetWidth + ", " + test.offsetHeight);