JSFiddle - React, Tailwind, and code Playground

HTML

<span class="large_font">
Mission Statement: 
</span>
<span class="small_font">
Have fun
</span>

CSS

.large_font{
	font-size: 18pt;
}

.small_font{
	font-size: 12pt;
  }