JSFiddle - React, Tailwind, and code Playground

HTML

<div id="roundedcorner"> </div>

CSS

#roundedcorner {
-moz-border-radius: 15px;
border-radius: 15px;
background: red;
width: 90px;
    height: 100px;
margin: auto;
font-family: Ubuntu;}