JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
<div class="col-6 col-sm-6 col-lg-4">
     <h3>2000 Cadillac Eldorado Esc (Prospect heights) $3500 </h3>

    <p><small>clean eldorado only 123000 miles fresh tune up needs nothing adult driven extremely reliable and well taken care of for ... </small>
    </p>
    <p> <a class="btn btn-default" href="/search/1799/detail/" role="button">View details &raquo;</a>
        <button type="button" class="bookmark glyphicon glyphicon-star-empty" id="1799">
        </button>
    </p>
</div>

CSS

button.bookmark {
    border:none;
    background: none;
    padding: 0;
    
    vertical-align: middle;
}