JSFiddle - React, Tailwind, and code Playground

by James Allardice

JavaScript

this.state = new Hash();

this.state.set("test", "foo");

console.log(this.state.size());
console.log(this.state);