JSFiddle - React, Tailwind, and code Playground

by Upward

JavaScript

// Generated by CoffeeScript 1.4.0
(function() {
  var myFunc,
    _this = this;

  myFunc = function() {
    return _this.x = 5;
  };

  myFunc();

  alert(x);

}).call(this);