JSFiddle - React, Tailwind, and code Playground

by jscheel

HTML

<div>Inspect here</div>

CSS

body {
    background: #fff;
}

div {
    background: rgba(255, 255, 255, 0.75);
    width: 100px;
    height: 100px;
    margin: 50px;
}