JSFiddle - React, Tailwind, and code Playground

by djdiego88

HTML

<link href='http://fonts.googleapis.com/css?family=Ubuntu:700' rel='stylesheet' type='text/css'>
<h1>Este texto se ve en tipografĂ­a Ubuntu</h1>

CSS

h1 {
    font-size:32px;
    font-weight:bold;
    font-family: 'Ubuntu', sans-serif;
}