JSFiddle - React, Tailwind, and code Playground

HTML

<script src="https://github.com/downloads/davatron5000/Lettering.js/jquery.lettering-0.6.1.min.js"></script>
<div class="w">"You will die of suffocation, in the icy cold of space"<div>

CSS

.w span:hover {
    color: #ff0000;
}

JavaScript

$(".w").lettering('words');