JSFiddle - React, Tailwind, and code Playground
HTML
<div id="first" class="one two three hi"></div>
JavaScript
alert(document.getElementById("first").classList);
<div id="first" class="one two three hi"></div>
alert(document.getElementById("first").classList);