JSFiddle - React, Tailwind, and code Playground
by tikosar
HTML
<div></div>
CSS
div {
width: 300px;
height: 200px;
border-radius: 20px;
background: yellow;
box-shadow: 1px 2px 1px black;
}
by tikosar
<div></div>
div {
width: 300px;
height: 200px;
border-radius: 20px;
background: yellow;
box-shadow: 1px 2px 1px black;
}