JSFiddle - React, Tailwind, and code Playground JavaScript var foo = {}; foo.drink = 'beer'; console.dir(foo); //drink -> "beer"