JSFiddle - React, Tailwind, and code Playground by Felype Rennan June 28, 2022 JavaScript const teste = Rx.Observable.interval(100) .map(x=> x * 2) .subscribe(console.log)