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
#content {
background: red;
display: inline-block;
}
#container {
width: 100%;
overflow:hidden;
height: 1.1em;
}