JSFiddle - React, Tailwind, and code Playground

by liquidmetalrob

JavaScript

prime = [2, 3, 5, 7, 11, 13, 17, 19, 23, 29]
console.log(prime)

var rnd1 = Math.floor(Math.random()*30)+1

if (rnd1 )