JSFiddle - React, Tailwind, and code Playground
by dixalex
HTML
<insert class='pipe'><span style="font-size: 12pt; font-family: Arial;">Purchased </span><span style="font-size: 12pt; font-weight: bold; font-family: Arial;">less</span><span style="font-size: 12pt; font-family: Arial;"> of Take & Bake Pizza at Sam’s Club in the past 12 months than before</span></insert>
JavaScript
$('insert').html($('insert').html().replace(/<\/?[A-Z]+.*?>/g, function(m) {
return m.toLowerCase();
}))