JSFiddle - React, Tailwind, and code Playground

by Gereltod Gotsbayar

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;
}