JSFiddle - React, Tailwind, and code Playground

by amindunited

JavaScript

class Obj {
	set name (_name) {
  	this.name = _name;
  }
}
const myObj = 

myObj