JSFiddle - React, Tailwind, and code Playground
HTML
<div class="btn">
</div>
CSS
.btn {
width: 50px;
height: 50px;
background: pink;
border-radius: 10px;
}
<div class="btn">
</div>
.btn {
width: 50px;
height: 50px;
background: pink;
border-radius: 10px;
}