JSFiddle - React, Tailwind, and code Playground

HTML

<button><!-- No text here --></button>
<button>Button with text</button>
<button><!-- No text here either --></button>
<button>More text</button>

CSS

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