JSFiddle - React, Tailwind, and code Playground

HTML

<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<input type="range">

CSS

body {
    padding: 30px;
}
input[type="range"] {
    display: inline-block;
}