JSFiddle - React, Tailwind, and code Playground

by John Allan

JavaScript

function testClass(s) {
	alert(s);
}

var t = new testClass();