JSFiddle - React, Tailwind, and code Playground

JavaScript

var regex = /^\d{3}-?\d{3}-?\d{4}$/g
window.alert(regex.test('123-456-7890'));