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;
}
<button>
<span id="lol1">test<b>dupa</b></span>
</button>
#lol1 {
color: #b90000;
font-size: 20px;
}
b{
font-size: 28px;
color: yellow;
}