JSFiddle - React, Tailwind, and code Playground
HTML
<div class="cta">
<button class="one">
One
</button>
<button class="two">
Two
</button>
</div>
CSS
.cta {
box-shadow: 0 0 0 1px black;
display: flex;
}
button {
-webkit-appearance: none;
flex: 1;
}