I want to create a comment box with bottom arrow. But I don't know how to add this arrow. This is the model that I want to create.
This is my code so far.
.arrow-div {
position: relative;
background: #424242;
margin: 2em auto;
color:#eaeaea;
border-radius:3px;
height: 2.5em;
text-align:center;
width:270px;
}
<div class="arrow-div">
$167 still needed for this project
</div>