JSFiddle - React, Tailwind, and code Playground

by Michael Perrenoud

JavaScript

//this.data = {a: 5};
const { data = {} } = this;
alert(JSON.stringify(data));