JSFiddle - React, Tailwind, and code Playground

by pollo

JavaScript

var identity  = function (x) {
    return x;
};

alert(identity(3));