JSFiddle - React, Tailwind, and code Playground

HTML

<div></div>

CSS

div{
height:50px;
width:120px;
border-color:#6495ED;
background-color:#BCD2EE;
border-style:solid;
border-width:10px;
}