JSFiddle - React, Tailwind, and code Playground
HTML
<html>
<head>
<title>thing</title>
</head>
<body>
<h1 id = "Title"></h1>
</body>
</html>
CSS
#title {
position: absolute;
font-size: 50%;
font-family: Ti
}
<html>
<head>
<title>thing</title>
</head>
<body>
<h1 id = "Title"></h1>
</body>
</html>
#title {
position: absolute;
font-size: 50%;
font-family: Ti
}