JSFiddle - React, Tailwind, and code Playground

HTML

<body>
   <center> 
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
     <tr> 
      <td class="footer"> 
       Обратная связь 
      </td> 
     </tr> 
    </table> 
   </center> 
  </body>

CSS

.footer {
	background-color: #FCA555;
	border-left: 1px solid #FCA555;
    border-right: 1px solid #FCA555;	 
    border-bottom: 1px solid #FCA555;
	border-radius: 0 0 20 20px;
	-moz-border-radius: 0 0 20 20px;	
    -webkit-border-radius: 0 0 20 20px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    color: #000000;
   }