JSFiddle - React, Tailwind, and code Playground

by koh_edwin

JavaScript

var test=[{
    "key": "apple",
    "value": "green"
},
{
    "key": "banana",
    "value": "yellow"
}];

console.log('test',JSON.stringify(test));