.showText {
    position: relative;
}

    .showText:hover:after {
        position: absolute;
        content: attr(title);
        background-color: red;
        color: white;
    }
