JSFiddle - React, Tailwind, and code Playground

by Kristian Jabilles

JavaScript

const person = {
	data: {}
}

const person{ name } = person;


console.log(name)