JSFiddle - React, Tailwind, and code Playground
HTML
<div>Hello world</div>
CSS
div {
background: #C00;
color: #000;
border-radius: 20px;
height: 100px;
width: 200px;
font-size: 24px;
overflow: hidden;
}
<div>Hello world</div>
div {
background: #C00;
color: #000;
border-radius: 20px;
height: 100px;
width: 200px;
font-size: 24px;
overflow: hidden;
}