JSFiddle - React, Tailwind, and code Playground

by omni5cience

HTML

<div id="percent">5% APR</div>

CSS

div {
    background-color: #ddd;
    color: #222;
    font-size: 24px;
    text-align: center;
}