JSFiddle - React, Tailwind, and code Playground
by Hari Menon
HTML
<ins><!DOCTYPE html><html lang=en><head><meta charset=utf-8><title>Page Not Found :(</title><style>::-moz-selection {</ins><ins></ins><del><!DOCTYPE html></del><del><html lang="en"></del><del> <head></del><del> <meta charset="utf-8"></del><del> <title>Page Not Found :(</title></del><del> <style></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> }</style><body><div class=container><h1>Not found <span>:(</span></h1><p>Sorry, but the page you were trying to view does not exist.</p><p>It looks like this was the result of either:</p><ul><li>a mistyped address</li><li>an out-of-date link</li></ul><script>var GOOG_FIXURL_LANG = (navigator.language || '').slice(0,2),GOOG_FIXURL_SITE = location.host;</script><script src=//linkhelp.clients.google.com/tbproxy/lh/wm/fixurl.js></script></div></ins><del> }</del><del> </style></del><del> </head></del><del> <body></del><del> <div class="container"></del><del> <h1>Not found <span>:(</span></h1></del><del> <p>Sorry, but the page you were trying to view does not exist.</p></del><del> <p>It looks like this was the result of either:</p></del><del> <ul></del><del> <li>a mistyped address</li></del><del> <li>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;
}