JSFiddle - React, Tailwind, and code Playground

by Durtto

JavaScript

function magic(){
    alert(arguments[0]);
}
  
magic("It's Magic !");