JSFiddle - React, Tailwind, and code Playground

by Imabot

HTML

<h6>This <span class="twice">word</span> is twice the size of current text.</h6>
<h5>This <span class="twice">word</span> is twice the size of current text.</h5>
<h4>This <span class="twice">word</span> is twice the size of current text.</h4>
<h3>This <span class="twice">word</span> is twice the size of current text.</h3>
<h2>This <span class="twice">word</span> is twice the size of current text.</h2>

CSS

.twice        { font-size: 2em; }