JSFiddle - React, Tailwind, and code Playground
by Chris Rebert
HTML
<div id="foo" style="width: 100px; height: 200px"></div>
JavaScript
alert(document.getElementById('foo').clientWidth);
by Chris Rebert
<div id="foo" style="width: 100px; height: 200px"></div>
alert(document.getElementById('foo').clientWidth);