JSFiddle - React, Tailwind, and code Playground

by NunoMira

HTML

<div>Hello World</div>

CSS

div
{
    background-color: rgba(255, 255, 255, .7);
    color: black;
    font-size: 20px;
    position: fixed;
    top: 10%;
    bottom: 10%;
    left: 10%;
    right: 10%;
    width: 50%;
}

body
{
  background-color: red;
}