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('<'));
}
});
by MrTest
<pre>
</pre>
df<d
$("<").each(function () {
if ($(this).children().length == 0) {
$(this).text($(this).text().replace('<'));
}
});