JSFiddle - React, Tailwind, and code Playground

HTML

<div class="index-goods">
                            <div class="index-holder">
                                <div class="img-holder">
                                </div>
                                <div class="price">9600.-</div>
                                <div class="description">Фотоаппартат Sony Alpha NEX-3N Kit</div>
                                <div class="index-select-buttons">
                                    <a href="#" class="button">В корзину</a>

                                </div>
                            </div>
                        </div>

CSS

.index-goods{
    width: 220px;
    height:360px;
    border:1px solid red;
}

.img-holder{
    height:150px;
    
}

.description {
    color: #3A3939;
    font-size: 20px;
    font-weight: 700;
    margin: -3px 0 10px;
}