JSFiddle - React, Tailwind, and code Playground by Vladymyr Shevchuk April 11, 2018 JavaScript const obj = { name: 'Batman', getName () { return this.name; } }