JSFiddle - React, Tailwind, and code Playground
by vasi_32
HTML
<div class="test">
<a href="fijf">Text 1</a>
<a href="dfugru">Text 2</a>
</div>
<h1>
UI am header
</h1>
CSS
a {
text-decoration: none;
font-size: 1.3em;
padding: 10px 10px 5px 10px;
margin: 10px 3px;
#display:inline-block;
#float: left;
width: 60px;
text-align: center;
}
.test{
display:inline-block;
width:100%;
}