JSFiddle - React, Tailwind, and code Playground
HTML
<h1>I am droid sans</h1>
<h2>and I am not</h2>
CSS
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@import url(http://fonts.googleapis.com/css?family=Bowlby+One&v2);
h1 { font-family: 'Droid Sans', arial, serif; font-size:24pt;}
h2 { font-family: 'Bowlby One', arial, serif; font-size:24pt;}