JSFiddle - React, Tailwind, and code Playground

by j08691

HTML

<button>button</button>

CSS

button {
    background-color: Transparent;
    background-repeat:no-repeat;
    border: none;
    cursor:pointer;
    overflow: hidden;
    outline:none;
}