JSFiddle - React, Tailwind, and code Playground

HTML

<div>
  <span>
    <a href="#" target="_blank">Visit website</a>
    <a href="#">View project</a>
  </span>
</div>

CSS

div { background:red;overflow:hidden;  text-align: center; }

span a {
    background:#222;
    color:#fff;
    display:inline-block;
}