JSFiddle - React, Tailwind, and code Playground

by doug65536

HTML

<table>
    <tr><td>A</td><td>B</td></tr>
    <tr><td>A</td><td>B</td></tr>
</table>

CSS

.option {
    color: yellow;
}

JavaScript

$('tr').addClass('option');