<div></div>
div {
  background: #000;
  width: 10px;
  height: 10px;
  
  box-shadow:
    10px 10px  red,
    -10px 10px orange;
}



html, body {
  height: 100%;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
}
View Compiled

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.