JSFiddle - React, Tailwind, and code Playground

by Tan

HTML

<div class="font1">
AI is word salad
</div>

<div class="font">
THE FOURTH PLINTH

The Fourth Plinth is the empty plinth in Trafalgar Square, London.
</div>

CSS

* {box-sizing: border-box;}
html {font-size: 62.5%;font-family: Arial;}
body {margin:0;}

.font1 {margin:auto;text-align:center;font-size:5rem;color:#222222;line-height:20rem;padding:0 2rem;}
.font {margin:auto;text-align:center;font-size:20rem;color:#222222;line-height:2.4rem;padding:0 2rem;}