JSFiddle - React, Tailwind, and code Playground
by brightonmike
HTML
<div class="contentpanel"><h2 class="black dotted">Wordpress Websites</h2></div>
CSS
.contentpanel h2.dotted,.contentpanel h2.arrow {
width:137px;
float:left;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
}
.contentpanel h2.arrow {
padding-top:20px;
}
.contentpanel h2.dotted:hover {
color:#fff;
background:#222;
}
.contentpanel h2.dotted:after {
position:relative;
content:"hello";
color:red;
}
.contentpanel h2 {
font-family: Georgia, serif;
font-weight:400;
color:#222;
font-size:20px;
text-align:center;
margin:25px auto;
-webkit-animation: fade 8s 1 linear;
-moz-animation: fade 8s 1 linear;
-ms-animation: fade 8s 1 linear;
position:relative;
z-index:9999;
}