JSFiddle - React, Tailwind, and code Playground

by Brodingo

HTML

<div></div>

CSS

body {
    background-color: #333;
}

div {
    width: 200px;
    height: 200px;
    background-image: -webkit-linear-gradient(top, blue, transparent);
}

JavaScript

// transparent keyword test