JSFiddle - React, Tailwind, and code Playground

by Alexandre Simoes

JavaScript

var customerOrd={"name":"john","phone":"111","products":["card","milk"]}
console.log(customerOrd.name);