JSFiddle - React, Tailwind, and code Playground

by Vasilii Chugunov

JavaScript

const man = {name: 'Vasilii', age: 32}
const {name: some, age: two} = man;
console.log({some, two})