JSFiddle - React, Tailwind, and code Playground

HTML

<div id="myDiv" class=" blueberry mango "></div>

JavaScript

$("#myDiv").addClass("carrot");
alert($("#myDiv").attr("class").replace(/ /g,"<space>"));