JSFiddle - React, Tailwind, and code Playground

by Nidnogg

HTML

<div>
  <h2>Figuring out ES6 this and bind</h2>
</div>

CSS

div {
  height:100vh;
  width:100vw;
}