JSFiddle - React, Tailwind, and code Playground
HTML
<div><span>Check 1</span></div>
<div><span>Color changes here</span></div>
CSS
div:last-child span{
color: red;
}
<div><span>Check 1</span></div>
<div><span>Color changes here</span></div>
div:last-child span{
color: red;
}