JSFiddle - React, Tailwind, and code Playground

by tikosar

HTML

<a href="#one">To one</a>
<a href="#two">To two</a>

<section id="one">
  Section one
</section>

<section id="two">
  Section two
</section>