JSFiddle - React, Tailwind, and code Playground

HTML

<a id="fleche" href="#page2">\/</a>

CSS

#fleche{
	position:fixed;
	bottom: 0;
	left: 50%;/* Va faire commencer la gauche du bouton à 50% */
	width: 5%;
  margin-left: -2.5%; /* (5%[width] divisé par 2) Permet de centrer le bouton */
	background-color: #1C170C;
  border-radius: 2px 2px 0 0;
  line-height: 30px;
	text-align: center;
  text-decoration: none;
  font-size: .5em;
  color: white;
	z-index:1;
}