JSFiddle - React, Tailwind, and code Playground
HTML
<div></div>
CSS
div {
width: 600px;
height: 60px;
background-color: dodgerblue;
margin: 100px;
border-radius: 30px;
}
<div></div>
div {
width: 600px;
height: 60px;
background-color: dodgerblue;
margin: 100px;
border-radius: 30px;
}