<style>
.d{
position:relative;
background-color:rgba(255,0,0,.2);
}
.d::after{
content: "";
display: inline-block;
width: 100px;
height: 100px;
background-image: url("https://cdn-icons-png.flaticon.com/512/597/597177.png");
background-position: center;
background-size: cover;
background-repeat: no-repeat;
position:absolute;
right:0px;
}
</style>
<div class='d'>
234234
</div>