JSFiddle - React, Tailwind, and code Playground
HTML
<div class="box1" id="box1">
<div class="box1text" id="box1text">
<a class="specialeffects">
<p>what</p>
<p><span class="wedotext">we do</span><br /></p>
<p><span class="wedowee">event styling & design packages</span></p>
</a>
</div>
CSS
.specialeffects:hover {
color: #F66;
}