JSFiddle - React, Tailwind, and code Playground

by Hari Menon

HTML

<ins>&#60;!DOCTYPE html&#62;&#60;html lang=en&#62;&#60;head&#62;&#60;meta charset=utf-8&#62;&#60;title&#62;Page Not Found :(&#60;/title&#62;&#60;style&#62;::-moz-selection {</ins><ins></ins><del>&#60;!DOCTYPE html&#62;</del><del>&#60;html lang=&#34;en&#34;&#62;</del><del>    &#60;head&#62;</del><del>        &#60;meta charset=&#34;utf-8&#34;&#62;</del><del>        &#60;title&#62;Page Not Found :(&#60;/title&#62;</del><del>        &#60;style&#62;</del><del>            ::-moz-selection {</del><del></del><span>                background: #b3d4fc;</span><span>                text-shadow: none;</span><span>            }</span><span>...</span><span>                padding: 0;</span><span>                border: 0;</span><span></span><ins>            }&#60;/style&#62;&#60;body&#62;&#60;div class=container&#62;&#60;h1&#62;Not found &#60;span&#62;:(&#60;/span&#62;&#60;/h1&#62;&#60;p&#62;Sorry, but the page you were trying to view does not exist.&#60;/p&#62;&#60;p&#62;It looks like this was the result of either:&#60;/p&#62;&#60;ul&#62;&#60;li&#62;a mistyped address&#60;/li&#62;&#60;li&#62;an out-of-date link&#60;/li&#62;&#60;/ul&#62;&#60;script&#62;var GOOG_FIXURL_LANG = (navigator.language || &#39;&#39;).slice(0,2),GOOG_FIXURL_SITE = location.host;&#60;/script&#62;&#60;script src=//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js&#62;&#60;/script&#62;&#60;/div&#62;</ins><del>            }</del><del>        &#60;/style&#62;</del><del>    &#60;/head&#62;</del><del>    &#60;body&#62;</del><del>        &#60;div class=&#34;container&#34;&#62;</del><del>            &#60;h1&#62;Not found &#60;span&#62;:(&#60;/span&#62;&#60;/h1&#62;</del><del>            &#60;p&#62;Sorry, but the page you were trying to view does not exist.&#60;/p&#62;</del><del>            &#60;p&#62;It looks like this was the result of either:&#60;/p&#62;</del><del>            &#60;ul&#62;</del><del>                &#60;li&#62;a mistyped address&#60;/li&#62;</del><del>                &#60;li&#62;an...

CSS

span, del, ins {
    display: block;
    font-family: monospace;
}

del {
    text-decoration: none;
    color: #b30000;
    background: #fadad7;
}

ins {
    background: #eaf2c2;
    color: #406619;
    text-decoration: none;
}