JSFiddle - React, Tailwind, and code Playground

by Qwerty_Wasd

HTML

<div><i>Россия</i></div>

CSS

div{position:relative;text-align:center;height:50px;width:100px;line-height:50px;border:1px solid red;}
i:after{position:absolute;display:block;content:"";height:50px;width:100px;background:url(http://www.dorogavrim.ru/img/lib/Flag_of_Russia_2008.jpg) no-repeat;background-size:100% 100%;top:0;bottom:0;left:0;right:0;opacity:0;}
i:hover:after{opacity:1;}