JSFiddle - React, Tailwind, and code Playground
CSS
//
JavaScript
// JSON
let car ={
id : 123,
style: 'convertible'
};
console.log( JSON.stringify(car));
//
// JSON
let car ={
id : 123,
style: 'convertible'
};
console.log( JSON.stringify(car));