JSFiddle - React, Tailwind, and code Playground

by Mateus Fernandes de Mello

JavaScript

var obj = {};
var obj.teste = 'valor';

console.log(obj);