I am using react-icons in my project and what this awesome package offer is to have all free fonts images in one place and served as react component.
what I am trying to achieve is to set a backgroundImage from component like:
<content className="content cover-content" style={{backgroundImage: `url(${<FaCar size={48} color="red"/>})`}}>
and I am not sure why this is not working, theoretically should work, any ideea ?