JSFiddle - React, Tailwind, and code Playground

HTML

Test <br>
<strong>Test</strong>

CSS

body {
    font-size:20px;
    font-weight:400;
    font-family: Arial;
}
strong {
    text-shadow: 0 0 1px #000;
    font-weight:inherit;
}