JSFiddle - React, Tailwind, and code Playground
JavaScript
const nameValidation = new RegExp("^[a-zA-Z0-9]*$");
console.log(nameValidation.test('sd1. f11221 asd'.replace(/\s/g, "")))
const nameValidation = new RegExp("^[a-zA-Z0-9]*$");
console.log(nameValidation.test('sd1. f11221 asd'.replace(/\s/g, "")))