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

//$(table'.total-price-value-title > tbody > tr:(nth-child(3)').hide();
$('.total-price-table tr:eq(2)').hide();