JSFiddle - React, Tailwind, and code Playground
HTML
<div class="center">
<button>Edit</button>
<button>Delete</button>
</div>
CSS
.center {
width: 50%;
margin: 0 auto;
}
<div class="center">
<button>Edit</button>
<button>Delete</button>
</div>
.center {
width: 50%;
margin: 0 auto;
}