JSFiddle - React, Tailwind, and code Playground

by bohdantheone

HTML

<style>
.m {color:#fff;text-align: center; width:100%; height:33; display:block; background: url('http://ssilki.at.ua/Diz/media/meny.jpg') no-repeat center;padding: 5px 0px 20px 0px;}
.m a:link, .m a:visited, .m a:active{color:#fff; text-decoration:none}
.m a:hover{color:#FFFFFF}
.m:hover {color:#FFFFFF;text-align: center; width:100%; height:33; display:block;background: url('http://ssilki.at.ua/Diz/media/meny1.jpg') no-repeat center;padding: 5px 0px 20px 0px;}
</style>
<ul>
    <li class="m"><a href="шняга.ком">Подменю 1</a></li>
    <li class="m"><a href="учи-ксс.юа">Подменю 2</a></li>
    <li class="m"><a href="не-слушай-неопытных.ру">Подменю 3</a></li>
</ul>