JSFiddle - React, Tailwind, and code Playground

by Skaiman

HTML

<div class="mmotop_img" id="mmotop_close">
	<a id="close" title="Закрыть"  href="#" onClick="document.getElementById('mmotop_close').setAttribute('style','display: none;');">&times;</a>
	<div>
		<a href="http://pw.mmotop.ru/servers/24327"><img border="0" src="http://i062.radikal.ru/1608/46/0822a1048e8d.png" alt="" /></a>
	</div>
</div>

CSS

.mmotop_img {
  position: fixed; 
  bottom: 20px;  
  right: 5px;
}
.mmotop_img #close {
  float: left;
  font-size: 30px;
  font-weight: 600;
  color: red; 
  text-decoration:none;
}