JSFiddle - React, Tailwind, and code Playground

by Rob Crowther

HTML

<pre>

Some pre-formatted text.

Some pre-formatted text.

Some pre-formatted text.

Some pre-formatted text.
</pre>


<pre>

Some more pre-formatted text.

Some more pre-formatted text.

Some more pre-formatted text.

Some more pre-formatted text.

Some more pre-formatted text.

Some more pre-formatted text.

Some more pre-formatted text.

Some more pre-formatted text.
</pre>

CSS

pre {
    outline: 2px dashed black;
    padding: 1em;
    background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/84/Konqi_svg.svg);
    background-repeat: no-repeat;
    background-size: cover;
}