JSFiddle - React, Tailwind, and code Playground

by Snaptik

HTML

<h2 class="btTextLogo">
Amazonka
</h2>

CSS

@import url('https://fonts.googleapis.com/css2?family=Ruge+Boogie&display=swap');
.btTextLogo {
	font-family: "Ruge Boogie", cursive!important;
  font-weight: 400;
  font-style: normal;
}