JSFiddle - React, Tailwind, and code Playground

by igalst

JavaScript

var j = 0;
while (j < 0.5) {
    j = Math.random();
    console.log(j);
}