JSFiddle - React, Tailwind, and code Playground
HTML
<button id="click">Click</button>
JavaScript
var number = {
"table" : {
'1': "Home",
'2': "Car",
'3': "Smartphone"
}
}
<button id="click">Click</button>
var number = {
"table" : {
'1': "Home",
'2': "Car",
'3': "Smartphone"
}
}