JSFiddle - React, Tailwind, and code Playground

by Udit Bhardwaj

HTML

<div id="x">
</div>

CSS

#x{
    width: 50%;
    height: 300px;
    border: 2px solid black
}

JavaScript

var menu_width=$('#x').innerWidth();
alert(menu_width)