JSFiddle - React, Tailwind, and code Playground

by Shankar

JavaScript

var x = {
 a: "test",
getA: () => {
return this.a;
}
}