JSFiddle - React, Tailwind, and code Playground

HTML

<h1>Test</h1>

CSS

body {
  font-size: 30px;
}
h1 {
  font-size: 3rem; /* почему 3rem не равно 30*3? fix it */
}