JSFiddle - React, Tailwind, and code Playground

JavaScript

var ClassA = function(){
    this.variable = 'hello'
    this.func = function(){console.log('foo')}
}
a = ClassA()