JSFiddle - React, Tailwind, and code Playground
by adamschwartz
HTML
<div><div><div></div></div></div>
CSS
body {
background: #333;
}
div {
margin: auto;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
body > div {
height: 50px;
width: 200px;
background: linear-gradient(#1acf9b, #1acfbe);
border-radius: 10px;
}
body > div > div {
height: 44px;
width: 194px;
background: #fff;
border-radius: 7px;
}