JSFiddle - React, Tailwind, and code Playground

by 3rror404

JavaScript

Var loop
Var stop
Loop = setInterval(function() {
    // Do you stuff

    If(stop) { clearInterval(loop) }
}, 1000)