JSFiddle - React, Tailwind, and code Playground
by safarov
HTML
<div id="asas">asas</div>
JavaScript
var j = $.noConflict();
(function($) {
$(function(a) {
alert(a);
//here your new functions
});
})(jQuery);
j('#asas').html('orginal jquery selector is now J');
$('#asas').html('asas');