JSFiddle - React, Tailwind, and code Playground

by jmpp77

HTML

<div class="main header container" id="d">

</div>

JavaScript

let d = document.getElementById('d');

d.classList.remove('header');

document.write(
	d.className
)