JSFiddle - React, Tailwind, and code Playground

by Scott Kaye

JavaScript

let text = "one 47182 two 58383";

text = text.replace(/\d{5}/g, `<a href="http://tp/entity/$&">$&</a>`);

console.log(text);