JSFiddle - React, Tailwind, and code Playground
HTML
<p>This is some text. The first letter is pink</p>
CSS
p::first-letter {
color: #FF69B4;
}
<p>This is some text. The first letter is pink</p>
p::first-letter {
color: #FF69B4;
}