JSFiddle - React, Tailwind, and code Playground

by Kshitij

HTML

<body>
    <a style="display:block; text-align=center; background: #eaeaea">
        <img src="http://small.art.touchtalent.com/Mughal-Miniature-small-256596.jpg"/>
        <span>hello there</span>
    </a>
</body>

CSS

body{
    text-align: center;
}