JSFiddle - React, Tailwind, and code Playground

HTML

<form action="index.php?view=vipdima">
        <input type="checkbox" required autocomplete="off">Li e concordo com todos os termos citados nesta página<br>
            <input class="botaopagseguro" type="submit" value="Comprar">
            <!-- se a div for só pra estilizar o botão
            tu pode colocar class="botaopagseguro" no input submit
            em vez de href no input, coloca action="link" no form
            -->
        </form>
    <!-- aeffy legal -->