Использовать метку,
<marquee direction="left" style={{ display:'inline'}}>
<span
style={{
width: { totalWidth },
display: 'inline-block'
}}
>
{urls.map((u, i) => {
return (
<span style={{ padding: "10px" }}>
<img src={u} width="100px" />
</span>
);
})}
</span>
<span
style={{
width: { totalWidth },
display: 'inline-block'
}}
>
{urls.map((u, i) => {
return (
<span style={{ padding: "10px" }}>
<img src={u} width="100px" />
</span>
);
})}
</span>
</marquee>