JSFiddle - React, Tailwind, and code Playground

by dandclark_msft

HTML

<body>
  <input type="range" value="10"/>
  <input type="range" value="10" role="button" aria-pressed="true"/>
  <button>Test</button>
  <button role="slider" aria-valuenow="42" aria-label="pretending to be a slider">Test</button>
</body>