JSFiddle - React, Tailwind, and code Playground
by CRHain88
HTML
<style>
.form-input-submit {
background-color: #07b3be;
border-bottom: 1px solid #05868f;
border-left: 0;
border-radius: 4px;
border-right: 0;
border-top: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
color: #fff;
cursor: pointer;
display: block;
font-size: 1rem;
font-weight: 600;
height: 32px;
margin: 0 0 0 .5rem;
padding: 0 1rem;
text-shadow: -1px -1px 0 #069da7;
appearance: none;
}
</style>
<input type="submit" class="form-input-submit" value="Search">