JSFiddle - React, Tailwind, and code Playground
by Chris Rebert
HTML
<div class="foo bar" id="q">Hello</div>
JavaScript
alert(document.getElementById('q').className);
by Chris Rebert
<div class="foo bar" id="q">Hello</div>
alert(document.getElementById('q').className);