JSFiddle - React, Tailwind, and code Playground
by Felipe Kautzmann
HTML
<table cellpadding="0" cellspacing="0" class="total-price-table">
<tr>
<td class="total-price-value-title">
<strong>
1 Quarto
</strong>
</td>
</tr>
<tr class="total-price-value" width="30%">
Noches
</tr>
<tr>
<td class="total-price-is">
<strong id="nightsNum">TESTE</strong>
</td>
</tr>
<tr>
<td class="total-price-room">
Termos de Pagamento
</td>
</tr>
</table>
JavaScript
//Esconde o terceiro elemento, como se trata de um array o mesmo inicia no ZERO.
$('.total-price-table tr:eq(2)').hide();