JSFiddle - React, Tailwind, and code Playground

HTML

<table>
    <tbody>
        <tr>
            <td>
                <a href="#" class="div2">
                    <img src="http://im3-tub-ru.yandex.net/i?id=350015278-09-72">
                </a>
            </td>
        </tr>
    </tbody>
</table>

CSS

img{
    display:block;
    border-radius:20px;
    border: 5px solid #000;
    overflow:hidden;
}
.div2{
    margin-left: 20px;
    margin-top: 20px;
    display:inline-block; 
    padding:10px;
    border-radius:30px;
    box-shadow:0px 5px 3px 1px #999;
}