JSFiddle - React, Tailwind, and code Playground
JavaScript
const someArray = [ 1, 2, 3, 4, 5, 6 ];
const otherArray = [
{ propA: 1, propB: 2 },
{ propA: 3, propB: 4 },
{ propA: 5, propB: 6 },
{ propA: 7, propB: 8 },
]
const someArray = [ 1, 2, 3, 4, 5, 6 ];
const otherArray = [
{ propA: 1, propB: 2 },
{ propA: 3, propB: 4 },
{ propA: 5, propB: 6 },
{ propA: 7, propB: 8 },
]