JSFiddle - React, Tailwind, and code Playground

JavaScript

// Generated by CoffeeScript 1.2.1-pre
(function() {
  var CoffeeScriptTester;

  CoffeeScriptTester = (function() {

    CoffeeScriptTester.name = 'CoffeeScriptTester';

    function CoffeeScriptTester() {}

    CoffeeScriptTester.prototype.sayHello = alert("Hello World");

    return CoffeeScriptTester;

  })();

  CoffeeScriptTester.sayHello();

}).call(this);