JSFiddle - React, Tailwind, and code Playground

by Ben Clayton

HTML

<div class="fred bert bert cat"></div>
<div class="fred bert bert cat"></div>
<div class="fred bert bert"></div>
<div class="fred bert bert cat"></div>
<div class="fred bert bert cat"></div>

JavaScript

$(document).ready(function(){

	$(".cat").removeClass("fred bert");
});