<head>
  <link rel="stylesheet" type="text/css" href="https://unpkg.com/hint.css@2.7.0/hint.min.css"/>
</head>
<body>
  <span class="hint--bottom btn" data-hint="WORLD!">HELLO</span>
  <span class="hint--bottom hint--error btn" data-hint="ERROR!">HELLO</span>
  <span class="hint--bottom hint--info btn" data-hint="INFO!">HELLO</span>
  <span class="hint--bottom hint--warning btn" data-hint="WARNING!">HELLO</span>
  <span class="hint--bottom hint--success btn" data-hint="SUCCESS!">HELLO</span>
  <span class="hint--left btn" data-hint="LEFT!">HELLO</span>
  <span class="hint--right btn" data-hint="RIGHT!">HELLO</span>
  <span class="hint--large hint--top btn" data-hint="誠にこれはラージでございます。時々あるよねこんな感じの長いツールチップ!">HELLO</span>
</body>
.btn {
  background-color: #5E9CFB;
  border-radius: 10px;
  width: 90px;
  height: 40px;
  line-height: 40px;
  color: white;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
  margin: 47px;
}
.btn:hover {
  box-shadow: 0 0 8px #000016;
  transition: 0.3s;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.