JSFiddle - React, Tailwind, and code Playground

by Blanca B

HTML

<h1>Título</h1>
<h3>Subtítulo</h3>

<p>Aquí mi párrafo bla bla bla</p>

CSS

h1 {
    font-family: Impact, fantasy;
}

h3 {
    font-family: Arial, sans-serif;
}

p {
    font-family: "Times New Roman", serif;
}