JSFiddle - React, Tailwind, and code Playground

by klierik

HTML

<div class="item__price">
    Цена по запросу
    <a href="" target="_blank"><i class="fa fa-facebook"></i></a>
</div>

CSS

.item__price {
    padding: 5px;
    font-size: 16px;
    margin-bottom: 5px;
    color: #778899;
    display: flex;
    justify-content: space-between;
}

.fa {
    display: inline-block;
    width: 10px;
    height: 10px;
    
    background: #690000;
}