JSFiddle - React, Tailwind, and code Playground

HTML

<button>&#8203;</button>
<button>Button with text</button>
<button>&#8203;</button>
<button>More text</button>

CSS

button { 
    height: 40px;
    margin-left: 5px; 
}