JSFiddle - React, Tailwind, and code Playground

by serio

JavaScript

(function( $ ) {
  $.alert = function( str ) {
  
    alert( str );

  };
})( jQuery );

$.alert( 'wee!' );