JSFiddle - React, Tailwind, and code Playground

by Arindam Nayak

JavaScript

(function () {
    var c = 1;
    this.name = function () {
        console.log('yay');
    }
}
());