JSFiddle - React, Tailwind, and code Playground
by jonahe
HTML
<h1>
this is a header h1
</h1>
<p>
This is a paragraph
</p>
CSS
html {
font-size: 10px;
}
p {
font-size: 1rem;
}
h1 {
font-size: 3rem;
}
by jonahe
<h1>
this is a header h1
</h1>
<p>
This is a paragraph
</p>
html {
font-size: 10px;
}
p {
font-size: 1rem;
}
h1 {
font-size: 3rem;
}