JSFiddle - React, Tailwind, and code Playground

by afshinprofe

HTML

<div data-role="header" id="commonHead">
    <div data-role="navbar">
        <h3 id="pageHeaderH1" alt="my root way to home" style="text-align:center;">myRWTH</h3> 
        <div data-role="controlgroup" class="buts" data-type="horizontal">
            <a href="index.html" data-role="button">Yes</a>
            <a href="index.html" data-role="button">No</a>
            <a href="index.html" data-role="button">Maybe</a>
        </div>
     </div>
</div>

CSS

.buts{
    border:thin red solid;
    text-align:center;
}
.buts a{

   margin-left:70px;
}