JSFiddle - React, Tailwind, and code Playground

by princeofabyss

HTML

<div class="wrapper">
  
  <div class="btn">
    <p>hover over me</p>
  </div>
</div>

CSS

* {
  margin: 0px;
  padding: 0px;
}