JSFiddle - React, Tailwind, and code Playground
HTML
<div id="Div1">
<br>
<input type="submit" class="button" id="Submit1" value="Remove" name="btnRemoveFunds">
<button class="button" id="Button1">Add More Funds</button>
</div>
CSS
.button
{
background-color: #557796;
color: #ffffff;
border: 0px;
padding: 2px 3px 2px 3px;
}