JSFiddle - React, Tailwind, and code Playground

by lollero

HTML

<img src="http://placekitten.com/g/50/50" alt="" /> 

Lorem ipsum

CSS

img { padding: 20px; margin: -20px; position: relative; z-index: 10; }

img:hover { outline: 1px solid red; } /* just to show that hover is happening */