JSFiddle - React, Tailwind, and code Playground

by Dedi Wibisono

HTML

<button id="click">Click</button>

JavaScript

var number = {
	"table" : {
  	'1': "Home",
    '2': "Car",
    '3': "Smartphone"
  }
}