JSFiddle - React, Tailwind, and code Playground

by Imri Paloja

HTML

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/skeleton/2.0.4/skeleton.min.css">
<link rel="stylesheet" href="https://eurobytes.eu/styling.css">
<div class="wrapper">
  <div class="content">
    <section class="container">
      <p>
        <strong>EuroCMS\engine\core\filter\EMAIL</strong>
        Validation failed
        <cite>[email protected]</cite>
      </p>
      <p>
        <strong>EuroCMS\engine\core\domains</strong>: domain validation failed:
        "<cite>domain</cite>"
      </p>
    </section>
  </div>
</div>

CSS

html,body {
  color: #454545;
}

div.container {
  margin-top: 5%;
}