JSFiddle - React, Tailwind, and code Playground
HTML
<i id="home-icon"></i>
CSS
#home-icon {
content: url("https://cdn4.iconfinder.com/data/icons/pictype-free-vector-icons/16/home-512.png");
width: 20px;
}
#home-icon:hover {
content: url("https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcQjhOBG4ztvrvf0Jw6p_J3lMhnnKZ4TupbpIDVNy9OM38skvpi4");
width: 20px;
}