JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<td class="red_header">:LDK:LASDK:LASKD:</td>
</tr>
</table>
CSS
[class$="header"] {
color: red;
}
<table>
<tr>
<td class="red_header">:LDK:LASDK:LASKD:</td>
</tr>
</table>
[class$="header"] {
color: red;
}