JSFiddle - React, Tailwind, and code Playground

by Gonzalo

JavaScript

var object = {
    'name':'Juanito'
};
var getName = function (){
    return object.name;
    
}