JSFiddle - React, Tailwind, and code Playground

HTML

<span>Your fancy font sample text<span>

CSS

@import url(http://fonts.googleapis.com/css?family=Dancing+Script);
span{
    font-size:30px;
    color:green;
    font-family: 'Dancing Script';
}