JSFiddle - React, Tailwind, and code Playground

by iamjpg

HTML

<p>
  In the "output" div below. Please print out, sequentially, one through twenty - incrementing every second. 
</p>

<div id="output">

</div>

CSS

body {
  background: #20262D;
  color: #fff;
}

JavaScript

class Increment {

}