JSFiddle - React, Tailwind, and code Playground
by w3cplus
HTML
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<link href='http://fonts.googleapis.com/css?family=Jim+Nightshade&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<title>Google Font Api</title>
</head>
<body>
<p>Google Font Api</p>
</body>
</html>
CSS
p{
font-family: 'Jim Nightshade', cursive;
font-size:180%;
}