JSFiddle - React, Tailwind, and code Playground

by hfrntt

HTML

<div id="test" class="first second third"></div>

JavaScript

alert( document.getElementById("test").classList[1] );