JSFiddle - React, Tailwind, and code Playground
HTML
<span class="case">123456</span>
JavaScript
$('.case').each(function() {
var link = $(this).html();
$(this).contents().wrap('<a href="https://www.govacasa.mx/es/proyecto/vilanova"></a>');
});