JSFiddle - React, Tailwind, and code Playground
HTML
<figure>
<figcaption>Curso HTML5</figcaption>
<img src="http://lorempixel.com/400/400/city/" alt="Imagem do html5" title="Curso html5">
</figure>
CSS
figure {
margin: 0;
}
<figure>
<figcaption>Curso HTML5</figcaption>
<img src="http://lorempixel.com/400/400/city/" alt="Imagem do html5" title="Curso html5">
</figure>
figure {
margin: 0;
}