JSFiddle - React, Tailwind, and code Playground

by seankoole

HTML

- Title
- H1 - H6
- p

h3
- desktop: X
- mobile: Y

CSS

h1 {
  font-size: 36px;
}
.heading-1 {
  font-size: 36px;
}

.heading-2 {
  font-size: 30px;
}

.heading-3 {
  font-size: 20px;
}

.heading-4 {
  font-size: 60px;
}