JSFiddle - React, Tailwind, and code Playground

by wales

JavaScript

let result = "";
for(i = 1 ; i <=100; i++){
result += "M23063005" + String(i).padStart(5, '0') + "\r\n"

}
console.log(result)