JSFiddle - React, Tailwind, and code Playground

HTML

<div class="beep boop"></div>

JavaScript

var el = document.getElementsByClassName('beep')[0];
el.classList.remove('boop');