JSFiddle - React, Tailwind, and code Playground by Michael Perrenoud April 09, 2018 JavaScript //this.data = {a: 5}; const { data = {} } = this; alert(JSON.stringify(data));