JSFiddle - React, Tailwind, and code Playground

by Darby Rathbone

HTML

0

JavaScript

setTimeout(stepper);
var a =Date.now()%100;
    var b = a;
    function stepper(){b=a;a=(Date.now()%100);document.body.innerHTML =(a-b); setTimeout(stepper)-document.body.innerHTML;}