JSFiddle - React, Tailwind, and code Playground

by falldeaf

CSS

body {
  background-color:#000;
}

JavaScript

for(i=0; i<=100; i+=0.05) {
	c = Math.abs(Math.sin(i));
	console.log(c);
}