JSFiddle - React, Tailwind, and code Playground

by Felipe Alfaro

JavaScript

function caca() {
	this.asd = 'asd';
}


console.log(new caca());