JSFiddle - React, Tailwind, and code Playground
HTML
<button class="blue-button"><span class="button-font">Hello, lots of text here</span></button>
CSS
.button-font {
font-family: "Helvetica Neue", sans-serif;
color: #fefefe;
font-weight: bold;
font-size: 10pt;
position: relative;
}
.blue-button {
border-radius: 5px;
border-style: none;
background-color: #4286f4;
}