JSFiddle - React, Tailwind, and code Playground

by alexbfree

CoffeeScript

x  = {}

x["key"] ="value"

console.log x["key"]
console.log x.key