JSFiddle - React, Tailwind, and code Playground

by Pradeep Kumar

HTML

<a href="strana1.html"><button type="submit" class="dugme"></button></a>

CSS

.dugme{
   border-radius:100%;
   background-size:cover;
   background-image: url("https://cdn.iconscout.com/public/images/icon/premium/png-256/cycle-bicycle-travel-vehicle-riding-bike-cycling-387653ae881c3194-256x256.png");
   background-position: center;
   border-width:0px;
   outline:none;
   width: 50px;
   height: 50px;
   position: absolute;
   top: 200px;
cursor:pointer;
right: 100px;
   }