JSFiddle - React, Tailwind, and code Playground

by tmyie

HTML

<div class="image-container">
    <div class="container">
        <img src="http://tomjhume.com/mob.png"/>
    </div>
</div>

CSS

img {
    
    border: 1px solid #edeef4;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
}

.container {
    background-color: #fff ;
    padding: 75px 10px 85px 10px;
    margin: 0 auto;
    width: 320px;
    text-align: center;
    border-radius: 25px;
    border: 1px solid #edeef4;
}