JSFiddle - React, Tailwind, and code Playground

by Yuriy Petrichenko

JavaScript

setInterval(() => {
	let a = Math.random();
  console.log(a + parseFloat(123.3));
}, 2000);