JSFiddle - React, Tailwind, and code Playground

by andrey90vs

HTML

<p><a href="#news1">Jump to New content 1</a></p>
<p><a href="#news2">Jump to New content 2</a></p>

<p id="news1"><b>New content 1...</b></p>
<p id="news2"><b>New content 2...</b></p>

CSS

:target {
    border: 2px solid #D4D4D4;
    background-color: #e5eecc;
}