JSFiddle - React, Tailwind, and code Playground

by jakie8

CSS

html, body{
    text-shadow:0 1px 2px rgba(0,0,0,0.2);
    background-color: #D6676B;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D6676B), to(#c75b5b));
    background-image: -webkit-linear-gradient(top, #D6676B, #c75b5b);
    background-image:    -moz-linear-gradient(top, #D6676B, #c75b5b);
    background-image:      -o-linear-gradient(top, #D6676B, #c75b5b);
    background-image:         linear-gradient(to bottom, #D6676B, #c75b5b);
}