JSFiddle - React, Tailwind, and code Playground
HTML
<h1>RESPONSIVE - Prompt to respond and serve</h1>
<h1>EFFICIENT - Highest performance at greatest economy</h1>
<h1>GREATER GOOD - Serve for the good of the community and region</h1>
<h1>INNOVATION - Embracing new ideas and methods to improve service delivery</h1>
<h1>OPEN - Spirit of accessibility in policy making and operation</h1>
<h1>NEIGHBORLY - Concern and compassion for others</h1>
CSS
@import url(http://fonts.googleapis.com/css?family=Droid+Sans+Mono);
h1 {
font-size:1rem;
}
h1:first-letter{
font-family: 'Droid Sans Mono';
display: inline-block;
padding-right: .5rem;
font-size:150%;
}