JSFiddle - React, Tailwind, and code Playground

by Keith Jeter

CSS

body {
  padding: 0;
  margin: 0;
  background: #f2f6e9;
}

/*--- navigation bar ---*/
.navbar {
  background: #009EE3;
}

.nav-link,
.navbar-brand {
  color: #fff;
  cursor: pointer;
}

.nav-link {
  margin-right: 1em !important;
}

.nav-link:hover {
  color: #fff6f6;
}

.navbar-collapse {
  justify-content: flex-end;
}

.container.mim {
  color: #f2f2f2;
  text-align: center;
  position: relative;
  top: 30px;
}

.jumbotron {
  background-image: url('images/banner.jpg');
  background-position: center;
  height: 400px;
}