JSFiddle - React, Tailwind, and code Playground

by lottikarotti

JavaScript

( function( $ ) {
    
    $.fn.myTool = function( ) {
        alert( "jQuery is working fine! :)" ) ;
    }
    
} ) ( jQuery ) ;