JSFiddle - React, Tailwind, and code Playground

HTML

<button>
    <span id="lol1">test<b>dupa</b></span>
</button>

CSS

#lol1 {
    color: #b90000;
    font-size: 20px;
}
b{
    font-size: 28px;
    color: yellow;
}