JSFiddle - React, Tailwind, and code Playground
by Ilmv
HTML
<div class="404">Hello</div>
<div class="fourzerofour">Hello</div>
CSS
.404 { text-align: center; }
.fourzerofour { text-align: center; }
by Ilmv
<div class="404">Hello</div>
<div class="fourzerofour">Hello</div>
.404 { text-align: center; }
.fourzerofour { text-align: center; }