JSFiddle - React, Tailwind, and code Playground

HTML

<div id="hello">the sample</div>

JavaScript

$("#hello").queue("xxx",function(){
    $("#hello").html("queued");
});