JSFiddle - React, Tailwind, and code Playground

by alexandroppolus

HTML

<div>
3333
</div>

CSS

div {
  padding: 40px;
}

JavaScript

alert(getComputedStyle(document.querySelector('div')).width)