JSFiddle - React, Tailwind, and code Playground

by moalla

HTML

<div id="container">
    <div id="right">
        <img src="sadfasfasf" alt="">
            your pic here
    </div>
   <div id="left">
       طرح آجری
   </div>
</div>

CSS

#container{
    width:300px;
    background:lightgray;
    height:400px;
}
#right{
    float: right;
    width:200px;
    background:yellow;
    height:100%;
}
#left{
    text-align: right;
}