JSFiddle - React, Tailwind, and code Playground
HTML
<table>
<tr>
<td>
reshad
</td>
</tr>
</table>
CSS
tr {
background: #e56a54;
width: 100px;
opacity: 0.1;
}
td {
opacity: 2.0;
font-size: 40px;
color: green;
}
<table>
<tr>
<td>
reshad
</td>
</tr>
</table>
tr {
background: #e56a54;
width: 100px;
opacity: 0.1;
}
td {
opacity: 2.0;
font-size: 40px;
color: green;
}