JSFiddle - React, Tailwind, and code Playground

HTML

<div class="contenedor">
<img src="http://3.bp.blogspot.com/_UZImdYAiry8/S6CZSiZOE_I/AAAAAAAAUYw/nFm_utyqlNw/s400/Chrome_icon.jpg" alt="MenuBar" />
    <br>
<span class="textoRelative">
Mi texto en imágen
</span>
</div>

CSS

.textoRelative
{
    position: relative; color:#0000ff; top: -250px;
    font-size:35px; font-weight:bold;
}

.contenedor
{
    width: 500px;
    border: 2px solid black;
    height: auto;
    margin-right: auto;
    margin-left:auto;
    text-align:center;
}