JSFiddle - React, Tailwind, and code Playground
by Jiff Pom
HTML
<div>
<img src="https://lh5.googleusercontent.com/- vp16kljkPwg/AAAAAAAAAAI/AAAAAAAAAKg/Ypz8rdBRFjQ/photo.jpg?sz=200" alt=""/>
<div class="image_carousel">
<p>
hello there the angel
</p>
</div>
</div>
CSS
.image_carousel {
box-shadow: 0px 0px 3px #000;
float: left;
}
div img{
float:left;
}`