JSFiddle - React, Tailwind, and code Playground

HTML

<div class="navbar-header">
<a class="navbar-brand" href="/">MyAwesomeCompany</a></div>

CSS

.navbar-brand
{
  font-family: 'Lato', sans-serif;
  color:grey;
  font-size: 20px;
  margin: 0px;
}