JSFiddle - React, Tailwind, and code Playground

by andy_h

HTML

<button class="reset-button my-button">
  Foo
</button>

CSS

.reset-button {
  padding: 0;
  border-width: 0;
  background-color: transparent;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

.my-button {
  border-bottom-width: 1px;
  padding-bottom: 20px;
}