JSFiddle - React, Tailwind, and code Playground
HTML
<b>Lorem</b> ipsum
CSS
b {
font-weight: normal;
color: blue;
text-decoration: line-through;
font-style: italic;
}
<b>Lorem</b> ipsum
b {
font-weight: normal;
color: blue;
text-decoration: line-through;
font-style: italic;
}