JSFiddle - React, Tailwind, and code Playground

by Shishir Max

HTML

<table><tr><td class="case">123456</td></tr></table>

JavaScript

$('.case').each(function() {
  var link = $(this).html();
  $(this).contents().wrap('<a href="example.com/script.php?id="></a>');
});