JSFiddle - React, Tailwind, and code Playground
by shaneburgess
HTML
<div id="nav">Hello</div>
CSS
#nav{
background-color: black;
color: white;
}
by shaneburgess
<div id="nav">Hello</div>
#nav{
background-color: black;
color: white;
}