JSFiddle - React, Tailwind, and code Playground

JavaScript

class MyClass {

   constructor() {
   }

   doIt() {
      var i = 10;
   }
}

console.log(MyClass.name)