JSFiddle - React, Tailwind, and code Playground

by shaneburgess

HTML

<div id="nav">Hello</div>

CSS

#nav{
    background-color: black;
    color: white;
}