JSFiddle - React, Tailwind, and code Playground
by pepelsbey
HTML
<p></p>
CSS
BODY {
font:16px Arial, sans-serif;
}
P {
background:#C00;
width:400000px;
height:50px;
}
JavaScript
document.write(document.querySelector('p').clientWidth + 'px');