JSFiddle - React, Tailwind, and code Playground

HTML

<section>
<a href="#"><img alt="Example" src="https://jsfiddle.net/img/logo.png" /></a>
<p>Description goes here...</p>
</section>

CSS

section
{
 align-items: center;
 display: flex;
 flex-direction: column;
}