JSFiddle - React, Tailwind, and code Playground
by Yaakov Ainspan
HTML
<header class="t-header">Devaprise</header>
CSS
.t-header {
background-image:url("https://www.kasandbox.org/programming-images/landscapes/beach-at-dusk.png");
height:400px;
font:bold 15pt/15pt sans-serif;
color:navy;
vertical-align:middle;
text-align:center;
background-attachment:fixed;
cursor: url('http://icons-search.com/img/icons-land/IconsLandVistaStyleEmoticonsDemo.zip/IconsLandVistaStyleEmoticonsDemo-ICO-Cool.ico-32x32.png'), pointer;
-webkit-touch-action:none;
}
.t-header:hover {
}