JSFiddle - React, Tailwind, and code Playground

by Pranab Dey

JavaScript

function Pranab(){
	this.a = "hi";
}
var n = new Pranab();
alert(n);