JSFiddle - React, Tailwind, and code Playground

HTML

<div>Example Div</div>

<p>Example P</p>

<h1> Example h1</h1>

<a href='#'>Example anchor</a>

CSS

body *:hover{
    border:1px solid red;
}