I have this and I want to make a cube with HTML & CSS only like in the above image. My best try:
Changing the CSS for .square3 should do it:
.square3
height: 58px; left: 50px; position: absolute; top: -18px; transform: skew(240deg, 150deg); width: 100px;
https://jsfiddle.net/8vuj7peb/26/