JSFiddle - React, Tailwind, and code Playground by mattoconnell408 June 21, 2017 Babel + JSX const b = { c: this.a a: (a, b) => {console.log(a,b)} } b.c(1,2)