JSFiddle - React, Tailwind, and code Playground
HTML
<h1>
TĂtulo
</h1>
<p>
<img src='http://lorempixel.com/400/200/' alt='photo_bestQuality' />
</p>
CSS
p img {
margin-left: 50%;
margin-right: 50%;
}
p {
border: red;
background-color: red;
}