JSFiddle - React, Tailwind, and code Playground

by Afzaal Ahmad Zeeshan

HTML

<p>
    <img src="https://www.google.com/images/srpr/logo11w.png" alt="photo" />
</p>

CSS

p {
    text-align: center;
}

img {
    width: 100px;
    height: auto;
}