JSFiddle - React, Tailwind, and code Playground

by Esteban Herrera

JavaScript

componentWillUnmount() {
  this.subs.forEach(sub => sub.unsubscribe());
}