JSFiddle - React, Tailwind, and code Playground
HTML
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<div>
<main>
<img src="ponto-de-interrogacao.png">
</main>
</div>
CSS
main {
border: solid;
padding: 30px;
}
div{
margin: 139px 50%;
}
img {
width: 40px;
}