JSFiddle - React, Tailwind, and code Playground

JavaScript

for (var i=0; i<=48; i++) {
	console.log(Math.pi*i/24);
}