JSFiddle - React, Tailwind, and code Playground

HTML

<style type="text/css">
#a1 { color:blue; }
#box1:hover + #a1 { filter:blur('5px') }
</style>

<div id="box1">Color text 1 to red</div>
<a href="" id="a1">Text1</a>