JSFiddle - React, Tailwind, and code Playground

by mtrantalainen

HTML

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Sofia&display=swap">
<article>
<main>
<div>text 1</div>
<div>text 2</div>
</main>
</article>

CSS

html
{
  line-height: 1.0;
  font-family: "Sofia";
}

article
{
  overflow: auto;
}