JSFiddle - React, Tailwind, and code Playground

by lawrence pond

CSS

//

JavaScript

// JSON

let car ={
id : 123,
style: 'convertible'
};

console.log( JSON.stringify(car));