JSFiddle - React, Tailwind, and code Playground

HTML

<div class="scroll3">
    <table>
 <tr>
            <td><a href="nekastrana.php?par=nesto">Primer 1</a></td> <td><a href="nekastrana.php?par=nesto">Broj 1</a>                           </td>
        </tr>
   <tr>
            <td data-target="nekastrana.php?par=nesto">Primer 2</td> <td><a href="nekastrana.php?par=nesto">Broj 2</a></td>
        </tr>
        <tr>
            <td><a href="nekastrana.php?par=nesto">Primer 3</a></td> <td><a href="nekastrana.php?par=nesto">Broj 3</a></td>
        </tr>
         <tr>
            <td><a href="nekastrana.php?par=nesto">Primer 4</a></td> <td><a href="nekastrana.php?par=nesto">Broj 4</a></td>
        </tr>
         <tr>
            <td><a href="nekastrana.php?par=nesto">Primer 5</a></td> <td><a href="nekastrana.php?par=nesto">Broj 5</a></td>
        </tr>
         <tr>
            <td><a href="nekastrana.php?par=nesto">Primer 6</a></td> <td><a href="nekastrana.php?par=nesto">Broj 6</a></td>
        </tr>
         <tr>
            <td><a href="nekastrana.php?par=nesto">Primer 7</a></td> <td><a href="nekastrana.php?par=nesto">Broj 7</a></td>
        </tr>
    </table>
</div>

CSS

.scroll3{
   display: block;
height: 80px;
width: 100%;
overflow: auto;
border: 1px solid #666;
float: right;
}
a{text-decoration:none}