JSFiddle - React, Tailwind, and code Playground
HTML
<h1 class="one">world</h1>
<h1 class="two">world</h1>
CSS
h1::before {
content: 'hello'
}
h1::first-letter {
color: red
}
<h1 class="one">world</h1>
<h1 class="two">world</h1>
h1::before {
content: 'hello'
}
h1::first-letter {
color: red
}