JSFiddle - React, Tailwind, and code Playground
by omarjuvera
HTML
<h1>ShimeTV Template</h1>
<h2><i><a
href="http://www.css3factory.com/linear-gradients/"
title="http://www.css3factory.com/linear-gradients/"
>http://www.css3factory.com/linear-gradients/</a>
</i></h2>
CSS
background-image: -webkit-gradient(
linear,
left top,
left bottom,
color-stop(0, #3C3C3C),
color-stop(1, #000000)
);
background-image: -o-linear-gradient(bottom, #3C3C3C 0%, #000000 100%);
background-image: -moz-linear-gradient(bottom, #3C3C3C 0%, #000000 100%);
background-image: -webkit-linear-gradient(bottom, #3C3C3C 0%, #000000 100%);
background-image: -ms-linear-gradient(bottom, #3C3C3C 0%, #000000 100%);
background-image: linear-gradient(to bottom, #3C3C3C 0%, #000000 100%);