JSFiddle - React, Tailwind, and code Playground
by Qwerty_Wasd
JavaScript
const tel = `+1111111111`;
console.log(tel.replace(/\+{1}\d{3}/,`(${tel.slice(0,4)})`));
by Qwerty_Wasd
const tel = `+1111111111`;
console.log(tel.replace(/\+{1}\d{3}/,`(${tel.slice(0,4)})`));