JSFiddle - React, Tailwind, and code Playground

JavaScript

(function( $ ){

  $.fn.testPlugin = function( options ) {  
		alert('hi');
  };
})( jQuery );

$.testPlugin();