JSFiddle - React, Tailwind, and code Playground
by bohdantheone
HTML
<style>
.m a:link, .m a:visited {color:#FFFFFF;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: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>
<span class="m">
<a href="http://адрес страницы">Подменю 1</a>
<a href="http://адрес страницы">Подменю 2</a>
<a href="http://адрес страницы">Подменю 3</a>
</span><br>