JSFiddle - React, Tailwind, and code Playground

by Steph D

CSS

body{
          background: #1e5799;
          background: -moz-linear-gradient(top, #000000 80%, #3300FF 100%);
          background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(100%,#7db9e8));
          background: -webkit-linear-gradient(top,  #1e5799 80%,#3300FF 100%);
          background: -o-linear-gradient(top,  #000000 80%,#3300FF 100%);
          background: -ms-linear-gradient(top,  #000000 80%,#3300FF 100%);
          background: linear-gradient(to bottom,  #000000 80%,#3300FF 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#3300FF',GradientType=0 );
          background-attachment: fixed;
}