JSFiddle - React, Tailwind, and code Playground

HTML

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

JavaScript

$("#hello").queue("xxx",function(){
    $("#hello").append("<br />queued");
});

                
$("#hello").dequeue("xxx");