JSFiddle - React, Tailwind, and code Playground

HTML

<div id="element"></div>

CSS

#element {
    position: fixed;
    display: block;
    top: 315px;
    width: 374px;
    z-index: 1050
 }

JavaScript

alert(document.getElementById('element').offsetWidth)