JSFiddle - React, Tailwind, and code Playground
by cathead
HTML
<p><q>Hello</q></p>
CSS
q::first-letter {
font-size: 80px;
color: blue;
}
by cathead
<p><q>Hello</q></p>
q::first-letter {
font-size: 80px;
color: blue;
}