JSFiddle - React, Tailwind, and code Playground

HTML

<div class="container-image">

</div>

CSS

.container-image{  
    width: 128px;   
    height: 128px;   
    position: relative;  
    overflow: hidden; 
    background: url("https://placeholdit.imgix.net/~text?txtsize=33&txt=300%C3%97300&w=300&h=300") no-repeat center center; 
}