JSFiddle - React, Tailwind, and code Playground

by JulianDotExe

HTML

<button class="a">
Or click here?
</button><br><br>

<input type="radio" class="a">
Or maybe click here?

CSS

body{
margin: auto;
text-align: center;
position: absolute;
top: 50%;
left: 45%;
}

.a{
  cursor: pointer;
}