JSFiddle - React, Tailwind, and code Playground
HTML
<div class='bgtansparan'>
<div class="frame"><img src="http://3.bp.blogspot.com/-FkDmanwQ9EU/TbegiX2Y7uI/AAAAAAAAACs/B-4X6EkkcnI/s220/Anindya%2BSukarni.jpg" width="180" height="180"></div>
</div>
CSS
.bgtansparan{
background:rgba(0,0,0,0.8);
border:2px solid #000;
padding:20px;
}
.frame{
height:180px;
width:180px;
padding:20px;
}