JSFiddle - React, Tailwind, and code Playground

by docluv

HTML

<div class="blue">Hello World</div>

CSS

.blue{
    background-color:#0080FF;
    color:#fff;
    height:20em;
    width:20em;
}