JSFiddle - React, Tailwind, and code Playground

by brian

HTML

<div class="container">
  <img src="notarealimg.jpg" alt="lorem ipsum">     
</div>

CSS

.container{
    color: red;
}

img { 
    width: 100px; 
    height: 100px; 
}