JSFiddle - React, Tailwind, and code Playground

HTML

<p>In Internet Explorer 8, hovering over the green square will cause a red line to appear just under the green square, and the next paragraph will be pushed down.</p>

<p><a href="#"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAAA1BMVEUA/wA0XsCoAAAACklEQVQIHWNgAAAAAgABz8g15QAAAABJRU5ErkJggg==" alt="" width="50" height="50"></a></p>

<p>This is the next paragraph.</p>

<p>Screenshot:</p>

<img...

CSS

a:hover {
    background: red;
}