JSFiddle - React, Tailwind, and code Playground

by Amresh Venugopal

HTML

<body><div class="oc"><div class="ic"><div class="msg"><h1>Web Page Blocked</h1><p>An error occurred while trying to rate the website using the webfiltering service. <br /><br />Web filter service error: rating timeout<br/>Client IP: 10.10.35.3<br/>Server IP: 35.200.149.167<br/>User name: <br/>Group name: </p></div></div></div></body>

CSS

html,body{height:100%;padding:0;margin:0;}.oc{display:table;width:100%;height:100%;}.ic{display:table-cell;vertical-align:middle;height:100%;}div.msg{display:block;border:1px solid #30c;padding:0;width:500px;font-family:helvetica,sans-serif;margin:10px auto;}h1{font-weight:bold;color:#fff;font-size:14px;margin:0;padding:2px;text-align:center;background: #30c;}p{font-size:12px;margin:15px auto;width:75%;font-family:helvetica,sans-serif;text-align:left;}