JSFiddle - React, Tailwind, and code Playground

by MrTest

HTML

<pre> 
</pre>
df<d

JavaScript

$("<").each(function () { 
 if ($(this).children().length == 0) { 
       $(this).text($(this).text().replace('&lt;')); 
 } 
});