JSFiddle - React, Tailwind, and code Playground
by kachibito
HTML
<a href="tel:045-769-2866" rel="tel">TEL : 045-769-2866</a>
JavaScript
$('a[rel="tel"]').replaceWith($(this).text());
by kachibito
<a href="tel:045-769-2866" rel="tel">TEL : 045-769-2866</a>
$('a[rel="tel"]').replaceWith($(this).text());