JSFiddle - React, Tailwind, and code Playground

by sperske

HTML

<div class="container">
    <span>&hearts; PURE CSS</span>
</div>

CSS

.container {
  text-align: center;
  padding-top: 50px;
  font-family: tahoma, arial;
  font-size: 1.7em;
}

span {
  background: #2195cb;
  color: #fff;
  padding: 10px;
}

/* The background noise bit is below */
body {
  background: radial-gradient(1000px 1000px at 90vw 200px, rgba(99,186,210,1) 0%, rgba(44,83,101,1) 65%, rgba(32,34,59,1) 100%),
 ...

JavaScript

// NO JS!