JSFiddle - React, Tailwind, and code Playground

by Lucille Kenney

JavaScript

var message = {
message.sayHello = function() {
	console.log(“Hello”);
}
};