JSFiddle - React, Tailwind, and code Playground

by Marco Abate

JavaScript

let arr = [
	{
		id: 1,
		name: "test"
  },
  {
		id: 2,
		name: "test"
  },
  {
		id: 3,
		name: "test"
  }
]