JSFiddle - React, Tailwind, and code Playground
by WoJWoJ
HTML
<div>
hello
</div>
CSS
div {
background-color: blue;
color: white;
font-size: 60px;
padding: 20px 20px 20px 20px;
border-radius: 0px 100px 100px 0px;
margin-left: 30px;
margin-right: 30px;
text-align: center;
}