JSFiddle - React, Tailwind, and code Playground

by eget teteete

JavaScript

let user = {
  name: "John",
  age: 30
};

console.log(user[0]);