JSFiddle - React, Tailwind, and code Playground

by chovy

JavaScript

(function($){
    //$ is gauranteed to be jQuery here
    $("foo").html("<div>test</div");
})(jQuery);