JSFiddle - React, Tailwind, and code Playground

HTML

<script src="http://pozadi.github.io/kefir/dist/kefir.js"></script>

JavaScript

let numbers = Kefir.sequentially(100, [1, 2, 3]);
numbers.log();