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);