JSFiddle - React, Tailwind, and code Playground

HTML

<div class="cartContainer"></div>

CSS

body{
    background:#FCF;
}

.cartContainer{
	width:150px;
	height:60px;
	border-radius:10px;
	background:transparent;
	float:left;
	margin:-10px 0 0 15px;
	box-shadow:inset 0 0 5px  #FFFF99, #333 0 0 5px;
}