JSFiddle - React, Tailwind, and code Playground

by sj82516

HTML

<h1>Test LineHeigh</h1>

CSS

h1{
  line-height: 200%;
  border: 2px solid red;
}