JSFiddle - React, Tailwind, and code Playground

by Felype Rennan

JavaScript

const teste = Rx.Observable.interval(100)
	.map(x=> x * 2)
  .subscribe(console.log)