JSFiddle - React, Tailwind, and code Playground

by luka kupunia

JavaScript

const obj = {
	name: 'luka',
    age: 24
}
console.log(obj)