JSFiddle - React, Tailwind, and code Playground

by dholbert

HTML

<span id="test">abc<div style="width:200px;height:200px">def</div>ghi

JavaScript

alert("w, h: " + test.offsetWidth + ", " + test.offsetHeight);