JSFiddle - React, Tailwind, and code Playground

by Alex

HTML

<script src="https://fonts.googleapis.com/css?family=Source+Serif+Pro"></script>
<div class="center">
  <small>Therapie</small>
  .rocks
</div>

CSS

html {
  background-color: #5138BE;
  height: 100%;
}

body {
  color: #FFFFFF;
  font-family: 'Source Serif Pro', serif;
  font-weight: 900;
  font-size: 20vh;
  display: flex;
}
small{
  display:block;
  font-weight: 400;
}

.center{
	display: flex;
	align-items: center;
}