JSFiddle - React, Tailwind, and code Playground

by Alex

HTML

<h4>
<a href="#">Zertifikat</a>

<a href="#">Logo</a>


</h4>

CSS

h4{
  font-size: 32px;
  color: white;
}

h4 a{
  display: block;
  float: left;
   border-color: #149b59;
   border-width: 4px;
   border-style: solid;
   width: 40%;
   padding: 10px;
   margin: 4px;
   text-align: center;
   border-radius: 6px;
   
   color:white;
   text-decoration: none;
}
h4 a:hover{
  
}