JSFiddle - React, Tailwind, and code Playground

by tecs717

JavaScript

const data = { list: [] }



list.forEach(dat => {
	console.log(dat)
})