JSFiddle - React, Tailwind, and code Playground
JavaScript
const value = 'e'
const test = !isNaN(Number(value)) || !value;
console.log('test: ', test);
const value = 'e'
const test = !isNaN(Number(value)) || !value;
console.log('test: ', test);