JSFiddle - React, Tailwind, and code Playground

by Derek Anderson

JavaScript

(function($){        
    $(function(){
        alert('hello world');
    });
})(typeof jQuery!='undefined'? jQuery:function(){console.log("no jquery found"); return false;});