JSFiddle - React, Tailwind, and code Playground

by Jiff Pom

HTML

<div class="image_carousel">
<img src="https://i.stack.imgur.com/aFYTl.jpg?s=328&g=1"  alt=""/>
<p>
hello there the angel
</p>
<div class="clear"></div>
</div>

CSS

.image_carousel {
  margin-top: 20px;
  box-shadow: 0px 0px 3px #000;
}
.image_carousel img{
  float:left;
  width: 
 }
 
 .clear {
   clear: both;
 }