JSFiddle - React, Tailwind, and code Playground
HTML
<div id="shiny">Here's how it is: Earth got used up, so we terraformed a whole new galaxy of Earths, some rich and flush with new technologies, some not so much. Central Planets, them as formed the Alliance, waged war to bring everyone under their rule; a few idiots tried to fight it, among them myself. I'm Malcolm Reynolds, captain of Serenity. She's a transport ship, Firefly class. Got a good crew: fighters, pilot, mechanic. We even picked up a preacher for some reason, and a bona fide companion. There's a doctor, too, took his genius sister from some Alliance camp, so they're keeping a low profile, (you understand). You got a job, we can do it, don't much care what it is</div>
CSS
#shiny {
width:510px;
}
#shiny:first-line {
color:brown;
font-style:italic;
font-weight:bold;
}