JSFiddle - React, Tailwind, and code Playground
HTML
<!Doctype>
<html>
<head>
</head>
<body>
<div class="allSides">
</div>
</body>
</html>
CSS
.allSides
{
width:350px;height:200px;
border: solid 1px #555;
background-color: #eed;
box-shadow: 0 0 10px rgba(0,0,0,0.6);
-moz-box-shadow: 0 0 10px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.6);
-o-box-shadow: 0 0 10px rgba(0,0,0,0.6);