JSFiddle - React, Tailwind, and code Playground

JavaScript

function Onload(){

}

define(["taskList"], function () {
    function test() {
        var self = this;
        self.TaskList = [];
        self.OnLoad() = function () {
            alert('Hello');
        }
    };
    return new test();
});