JSFiddle - React, Tailwind, and code Playground

by dreiv

HTML

<div id="container">
  <a id="content" href="http://www.google.com">Details anzeigen...</a>
</div>

CSS

#container {
  width: 100%;
  overflow:hidden;
  height: 1.1em;
}

#content {
  background: red;
  display: inline-block;
}