JSFiddle - React, Tailwind, and code Playground
by Pris Wiz
CSS
-moz-border-radius: 0 8px / 0 8px 0 8px;
-webkit-border-radius: 0 8px / 0 8px 0 8px;
border-radius: 0 8px / 0 8px 0 8px; /* border radius */
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box; /* prevents bg color from leaking outside the border */
background-color: #0095d5; /* layer fill content + color overlay */