JSFiddle - React, Tailwind, and code Playground

by bazilio91

HTML

<div class="b-banner__red-cloud rc7">
    <div class="b-banner__red-cloud-img"></div>
    <div align="center">
        <a target="_blank" href="go/http://seat-ekaterinburg.ru/" class="b-banner__red-cloud-a">Авто Плюс СЕАТ-официальный Дилер в Екатеринбурге.</a>
    </div>
</div>

CSS

.b-banner__red-cloud {
    position: relative;
    z-index: 1;
    background: #FE0D0D;
    color: white;
    padding: 10px 19px 10px 19px;
    border-radius: 7px;
    margin-top: 15px;
    font-family: Arial, sans-serif;
}
.b-banner__red-cloud-img {
    position: absolute;
    z-index: 1;
    top: -15px;
    right: 36px;
    background: url('data:image/gif;base64,R0lGODlhGAAPAKUhAP4NDf4PD/4TE/8gIP8iIv8pKf80NP5JSf9fX/9ra/9vb/92dv99ff+Dg/+Ghv6Li/6Rkf6Tk/+dnf+fn/+hof+kpP+0tP+7u/+/v/7Jyf7V1f/d3f/h4f/j4//v7//z8//5+f///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////yH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAD8ALAAAAAAYAA8AAAZiwE4EA/oZj8ikknMQIC7KaBTEAAAIjo50a6wErIHEhiulfMEJDlkpsboDCu36mHC/F57572OwuwsYehpnfgEQelV+bg1zHgOKbodrD5BuE2seApUAARlrCJsABXlcFqEAC0EAOw==') left top no-repeat;
    width: 24px;
    height: 15px;
}
.b-banner__red-cloud-a {
    text-decoration: none;
    color: white !important;
    font-size: 14px !important;
    font-weight: bold !important;
}
.b-banner__red-cloud-a:hover {
    text-decoration: underline;
}