JSFiddle - React, Tailwind, and code Playground

by Shang-De You

JavaScript

function aa(){
	
}
aa.prototype.test = function(){
	//test: function(){
  	alert("")
  //}
}

aa.test()