JSFiddle - React, Tailwind, and code Playground

by wen yongheng

HTML

<link rel="stylesheet" href="https://oggpmngp5.qnssl.com/mui/v3.4.0/mui.min.css">
<script src="https://oggpmngp5.qnssl.com/mui/v3.4.0/mui.min.js"></script>
<div class="mui-content-padded" style="margin-top:50px">
  <div class="mui-input-row mui-input-range">
  <label>滑块</label>
  <input type="range" max="100" min="0">
  </div>
  <p>
  整行滑块,初始位置在80
  </p>
  <div class="mui-input-row mui-input-range">
    <input type="range" max="100" min="0" value="80">
  </div>
</div>