JSFiddle - React, Tailwind, and code Playground
by michapixel
HTML
<div id="foo"></div>
JavaScript
console.log( document.getElementById('foo').offsetWidth )
by michapixel
<div id="foo"></div>
console.log( document.getElementById('foo').offsetWidth )