JSFiddle - React, Tailwind, and code Playground

by dhavaljani

HTML

<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Miniver&display=swap" rel="stylesheet">
</head>
</html>

CSS

p {
font-family: 'Miniver', cursive;
}