JSFiddle - React, Tailwind, and code Playground

by Chris Rebert

HTML

<div class="foo bar" id="q">Hello</div>

JavaScript

alert(document.getElementById('q').className);