JSFiddle - React, Tailwind, and code Playground

by Littledoggy12

HTML

<html>
  <head>
    <title>thing</title>
  </head>
  <body>
    <h1 id = "Title"></h1>
  </body>
</html>

CSS

#title {
  position: absolute;
  font-size: 50%;
  font-family: Ti
}