JSFiddle - React, Tailwind, and code Playground
HTML
<div id="foo">It works!</div>
CSS
#foo {
width: 120px
}
JavaScript
alert($('#foo').width());
<div id="foo">It works!</div>
#foo {
width: 120px
}
alert($('#foo').width());