Color TD First Row CSS

:not(td) > table > tbody > tr:first-child td {
   color: red
}
Maeron Reyes