JSFiddle - React, Tailwind, and code Playground

by andrelaszlo

HTML

<style type="text/css">
    .bodice {
        text-align: center;
    }
    pre {
        text-align: left;
        width: 100%;
        padding: 1em;
    }
</style>

<div class="bodice">
    <p>Some text.  Some more text.</p>
    <pre>Here's some code!</pre>
    <p>Yet more text.  And some more text.</p>
</div>