JSFiddle - React, Tailwind, and code Playground
HTML
<link href="https://fonts.googleapis.com/css?family=Rock+Salt&display=swap" rel="stylesheet">
<h1 rel="preload" as="font">HEllo World!</h1>
CSS
h1{
font-family: 'Rock Salt', serif;
}
<link href="https://fonts.googleapis.com/css?family=Rock+Salt&display=swap" rel="stylesheet">
<h1 rel="preload" as="font">HEllo World!</h1>
h1{
font-family: 'Rock Salt', serif;
}