JSFiddle - React, Tailwind, and code Playground
by GopsAB
HTML
<input type="button" id="btn"/>
CSS
input#btn
{
margin: 0;
border: none;
border-radius: 20px;
padding: 2px 0px 2px 8px;
color: #4D7782;
font-size:18px;
background: #D3ECE5;
border: 2px solid #7BC2E3;
width: 280px;
text-align: left;
}