JSFiddle - React, Tailwind, and code Playground
by jamessouth
HTML
<h1>Hot pink is amazeballs!!!</h1>
<p>Look at this screen. Let your eyes take in the brightness, the playfulness of hot pink.</p>
<p>Doesn't it just fill your heart with joy?</p>
<p>It's great for accessibility, looks good on everyone's computer screen and adds a little fun sparkle to any webpage!</p>
<p>And look at it's hex colour #f357a1. Festal! "Of, relating to, or of the nature of a feast or festival; festive".</p>
<p>You can't beat it! :)</p>
CSS
body {
background-color:#f357a1;
color:#fff;
font-family: Arial, serif;
text-align: center;
text-shadow: -1px 0px 1px #ed1179;
font-size:2em;
padding-top:5em;
}