What? <strong> is a tag defined in the HTML standard (with a bold default-styling in browsers). There is absolutely no need for frameworks to do anything to it, especially not with JS.
<span style=...> vs <b> vs <strong> have different semantic meaning, and all have valid uses in modern HTML.
<span style=...> vs <b> vs <strong> have different semantic meaning, and all have valid uses in modern HTML.