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;
}