JSFiddle - React, Tailwind, and code Playground

by joplomacedo

JavaScript

class x {
	constructor () {
		return { a:3 };
	}
	
	d
}

y = new x();