JSFiddle - React, Tailwind, and code Playground
HTML
<span><a href="#">Hello this looks blured during transition</a></span>
CSS
span a{
font-size: 24px;
}
span:hover a{
color:#ba4a49 ;
font-size:250px;
transition: all 2s linear;
}