JSFiddle - React, Tailwind, and code Playground

by eget teteete

HTML

<h2>Help</h2>

CSS

body{
  background: #283593;
}
h2{
  text-align: center;
  border: 1px solid #ff6f00;
  cursor: help;
}