JSFiddle - React, Tailwind, and code Playground

by Spencer Smith

HTML

<div></div>

CSS

div {
  width: 600px;
  height: 60px;
  background-color: dodgerblue;
  margin: 100px;
  border-radius: 30px;
}