JSFiddle - React, Tailwind, and code Playground

by nevkatz

JavaScript

let obj = {
name:'nevin'
};

console.log(`Name: ${obj.name}`);