Edit This Code:
<!DOCTYPE html>
<html>
<head>
<style>
div {
    width: 300px;
    height: 100px;
    background-color: yellow;
    box-shadow: 10px 10px 5px #888888;
}

</style>
</head>
<body>

<div></div>

</body>
</html>


Result:
Try it Yourself - © w3schools.com
Privacy Policy