JSFiddle - React, Tailwind, and code Playground
by joshmoto
JavaScript
let plate_json = {
"id": 18,
"options": [{
"id": 0,
"value": "front-rear",
"label": "Front & Rear"
}, {
"id": 1,
"value": "front",
"label": "Front"
}, {
"id": 2,
"value": "rear",
"label": "Rear"
}],
"add_ons": {
"uk_country_identifier": [{
"id": 0,
"label": "Great Britain"
}, {
"id": 1,
"label": "England"
}, {
"id": 2,
"label": "Scotland"
}, {
"id": 3,
"label": "Wales"
}, {
"id": 4,
"label": "Northern Ireland"
}]
}
}