HTML
<button class="btn">SEARCH</button>
CSS
.btn {
width: 200rpx;
height: 80rpx;
border: none;
border-radius: 40rpx;
background-color: burlywood;
}
tailwind css
<button class="w-[200rpx] h-[80rpx] border-none rounded-[40rpx] bg-green-600">SEARCH</button>