JSFiddle - React, Tailwind, and code Playground

by Venkatesh Dematti

JavaScript

const square = function(x) {
alert(x * x);
}
square(4);