JSFiddle - React, Tailwind, and code Playground

HTML

<body>
    <nav>Nav Bar</nav>
    Here is example text
</body>

CSS

body {
    background: #f0f;
}

nav { 
    background: #ff0;   
}