JSFiddle - React, Tailwind, and code Playground
HTML
<div id="tv"></div>
CSS
#tv {
position: relative;
width: 200px;
height: 150px;
margin: 20px 0;
background: red;
border-radius: 25% / 200%;
color: white;
text-align: center;
text-indent: .1em;
}