JSFiddle - React, Tailwind, and code Playground

by Steven Senkus

HTML

<p class="error">HEY HEY</p>

CSS

.error {
    background-color: #eb0;
}

JavaScript

$('p.error') //.toggleClass(false);