JSFiddle - React, Tailwind, and code Playground
by rohitazad
HTML
<div class="portfolioleft"><img src="img.jpg" alt="img" alt="img" width="189" height="311" /></div>
<div class="portfolioright">
<h2>Title</h2>
<p>Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br />Text <br /></p>
</div>
CSS
.portfolioleft{
display:table-cell;
width:189px;
background-color: #436FAC;
min-height: 100px;
height: auto;
color: #FFF;
padding: 20px;
margin-bottom: 20px;
border-radius: 10px;
border-right:solid 10px yellow;
}
.portfolioleft img{
border-radius: 10px;
}
.portfolioright{
display:table-cell;
width:500px;
background-color: #436FAC;
min-height: 100px;
height: auto;
color: #FFF;
padding: 20px;
margin-bottom: 20px;
border-radius: 10px;
}
.portfolioright a{
color:#FFFFFF;
}