JSFiddle - React, Tailwind, and code Playground

by Sarah Godoshian

JavaScript

class Testy {
	
let abc123 = function() {
 return '123';
}

 static function abc456() {
	return '456';
}

}
let a = `abc${f}`();