JSFiddle - React, Tailwind, and code Playground

HTML

<table>
    <tr>
        <td class="test"><img style="width:250px" src="https://www.google.se/images/srpr/logo4w.png"></td>
    </tr>
</table>

CSS

.test {
    width:250px;
    height:250px;
    background-image: url('https://cdn.pixabay.com/photo/2017/01/19/09/11/logo-google-1991840_640.png');
    background-repeat:no-repeat;background-size:250px;
    border: 1px solid black;
}