JSFiddle - React, Tailwind, and code Playground

by adiioo7

JavaScript

function $(){
    alert("Test");
}

jQuery(function(){
    alert($);
});