JSFiddle - React, Tailwind, and code Playground

HTML

<!doctype html>
<html lang="en">
    <head>
        <meta charset="UTF-8"/>
    </head>
    <body>

            <div id='footermenu_new'>
                <p><center><a href="http://www.teenbeauty.ch/tos"><img src="http://www.teenbeauty.ch/menu/1.png" alt="Menu" /></a><a href="http://www.teenbeauty.ch/index.php?a=messages"><img src="http://www.teenbeauty.ch/menu/2.png" alt="Menu" /></a><a href="http://www.teenbeauty.ch/index.php?a=me"><img src="http://www.teenbeauty.ch/menu/3.png" alt="Menu" /></a><a href="http://www.teenbeauty.ch/index.php?a=settings"><img src="http://www.teenbeauty.ch/menu/4.png" alt="Menu" /></a><a href="http://www.teenbeauty.ch/index.php?a=me"><img src="http://www.teenbeauty.ch/menu/5.png" alt="Menu" /></p>
            </div>
        </div>
    </body>
</html>

CSS

html, body {
    height: 100%;
    padding:0;
    margin:0;
}

#container {
    position: relative;
    min-height: 100%;
    height: 100%;
    height: auto;
   
}
html>body #container {
    height: auto;
}

#footermenu_new {
    position: fix;
    bottom:0;
    width: 100%;
    color:#FFF;
    height:25px;
    margin-bottom:40px;
}