JSFiddle - React, Tailwind, and code Playground
JavaScript
var myData = [
{
band: 'Godsmack',
gender: 'Heavy rock'
},
{
band: 'Epica',
gender: 'Symphonic metal',
country: 'Holland'
},
{
band: 'Cradle of Filth',
gender: 'Black/gothic metal'
},
{
band: 'Oomph',
gender: 'Nu metal',
fanClub: 'Peru Ooomph!'
}
];
console.table(myData);