JSFiddle - React, Tailwind, and code Playground
JavaScript
(function($){
$(function(){
alert('hello world');
});
})(typeof jQuery!='undefined'? jQuery:function(){console.log("no jquery found"); return false;});
(function($){
$(function(){
alert('hello world');
});
})(typeof jQuery!='undefined'? jQuery:function(){console.log("no jquery found"); return false;});