JSFiddle - React, Tailwind, and code Playground
HTML
<button>​</button>
<button>Button with text</button>
<button>​</button>
<button>More text</button>
CSS
button {
height: 40px;
margin-left: 5px;
}
<button>​</button>
<button>Button with text</button>
<button>​</button>
<button>More text</button>
button {
height: 40px;
margin-left: 5px;
}