JSFiddle - React, Tailwind, and code Playground
HTML
<nav>
header
</nav>
CSS
nav {
background: DARKSLATEBLUE url('http://www.hixie.ch/resources/images/patterns/red-blobs') top right repeat-y;
color: white;
height: 100px;
}
<nav>
header
</nav>
nav {
background: DARKSLATEBLUE url('http://www.hixie.ch/resources/images/patterns/red-blobs') top right repeat-y;
color: white;
height: 100px;
}