JSFiddle - React, Tailwind, and code Playground by Venkatesh Dematti March 20, 2025 JavaScript const square = function(x) { alert(x * x); } square(4);