JSFiddle - React, Tailwind, and code Playground
HTML
<div class="divBottoni">
<a href="aggiungi.php" class="bottone orange">Aggiungi</a>
<a href="cancella.php" class="bottone orange">Cancella</a>
<a href="modifica.php" class="bottone orange">Modifica</a>
<a href="riccerca.php" class="bottone orange">Ricerca</a>
</div>
CSS
.divBottoni
{
text-align:center;
}