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()});
});