JSFiddle - React, Tailwind, and code Playground

by Sahin Deniz

JavaScript

let N = 27009515;
let arr = Array.from({length: 100}, (v, k) => btoa(`answer:${++N}`));
console.log(arr);