import{TextLoop}from"react-text-loop-next";constApp=()=>{return(<h2><TextLoop><span>First item</span><ahref="/">Second item</a><pstyle={{color:"red"}}>Third item</p></TextLoop>{" "} and something else.</h2>);};