JSFiddle - React, Tailwind, and code Playground

by hxtpoe

JavaScript

var user = {
	name: "lukasz",
  age: 30,
  remove: function() {}
}

console.log(user);