JSFiddle - React, Tailwind, and code Playground

by Frank Liu

HTML

<div class="box">
</div>

CSS

.box{
  background-color: red;
  width: 300px;
  height: 400px;
  /* border-width: 6px; */
  /* border-color: blue; */
  border-radius: 20px;
}