JSFiddle - React, Tailwind, and code Playground

by Michel Penke

HTML

<p>
Das <i>ist</i> <strong>ein</strong> <a href="www.spiegel.de" target="_blank">Link</a>. 
</p>
<img class="image" src="https://upload.wikimedia.org/wikipedia/commons/6/68/Bild_21_-_Verbot_der_%C3%9Cberschreitung_bestimmter_Fahrgeschwindigkeiten_-_30_km%2C_StVO_1953.svg" style="border-top: solid 15px blue !important;">

<div>

</div>

CSS

img.image {
  border: solid 2px green;
}

img {
  width: 50vh;
  border: solid 2px red;
  border-top: dashed 4px yellow !important;
  padding: 10px;
  margin: 0px;
  margin: 10px;
  position: sticky;
  top: 0px;
  animation: huepfen 1s infinite;
}



div {
  height: 2000px;
  width: 1px;
}