JSFiddle - React, Tailwind, and code Playground

by Arnaud

HTML

<a class="lien" href="https://google.fr" >Lien</a> <img id="chaussure" src="https://wp.digitalin.fr/wp-content/uploads/2021/10/Doc-noire.jpg">

CSS

a {
  
}


.lien{
  color:red
}

#chaussure{
display:block;
}