См. Мрак-ап ниже:
.football{
width: 50%;
box-shadow: 0 4px 12px 4px rgba(0,0,0,0.2);
}
.text-ft{
display: block;
height: 165px;
width: 250px;
word-wrap: break-word;
padding-top: 15px;
margin-left: 15px;
}
.football:after{
position: absolute;
content: '';
float: right;
width: 0;
height: 0;
left: 166px;
top: 36px;
border-style: solid;
border-width: 0 0 152px 157px;
border-color: transparent transparent #d869a7 transparent;
}
<div class="football">
<div class="text-ft">
Football is now-a-days almost a national game in Bengal. In the streets of cities, open fields of village boys and young men kick at football in all season. It is not a mere game of amusement. It is the breath of a Bengali boy.
</div>
</div>