JSFiddle - React, Tailwind, and code Playground

HTML

<div id="foo">It works!</div>

CSS

#foo {
    width: 120px
}

JavaScript

alert($('#foo').width());