JSFiddle - React, Tailwind, and code Playground
by fkling
HTML
<code> A </code>
<code> B </code>
<code> C </code>
JavaScript
$('code').replaceWith(function(){
return $("<pre />", {html: $(this).html()});
});
by fkling
<code> A </code>
<code> B </code>
<code> C </code>
$('code').replaceWith(function(){
return $("<pre />", {html: $(this).html()});
});