JSFiddle - React, Tailwind, and code Playground

by Abdul Ahmad

JavaScript

const userModelInterface = {
	name: '',
  age: '',
  sayName: () => console.log(this.name),
};