<div class="image"></div>
<style>
.image {
background-image: url('your-image-url-here');
/*set height and width of your image*/
width: 300px;
height: 300px;
box-shadow: 0 0 8px 8px white inset; /*match the box-shadow color with the bg color*/
}
</style>