JSFiddle - React, Tailwind, and code Playground
JavaScript
var data = [];
data.push({ name: "Peter Pan", location: "[email protected]" },
{ name: "Molly", location: "[email protected]" },
{ name: "Forneria Marconi", location: "[email protected]" },
{ name: "Master <em>Sync</em>", location: "[email protected]" });
alert(data[0].name);