JSFiddle - React, Tailwind, and code Playground

by extempl

HTML

<div class="product">
<div alt="floor" id="img-product"></div>
</div>

CSS

.product {
    display: flex;
    justify-content: center;
    align-items: center;
    width:300px;
    height: 300px;
    overflow: hidden;
}

#img-product{
    width: 600px;
    height: 600px;
    background: url('http://tecnoservicesas.info/wp-content/uploads/2018/04/whiteboard-refrigerator-hp-waterproof-soft-margin-flexible-magnetic-whiteboard-refrigerator-memo-pad-white-fridge-whiteboard-walmart-small-magnetic-whiteboard-refrigerator.jpg');
}