JSFiddle - React, Tailwind, and code Playground

by lottikarotti

HTML

<div id="slider_wrapper">
    
    <div id="home" class="slider_page">HOME</div>
    <div id="blog" class="slider_page">>BLOG</div>
    <div id="contact" class="slider_page">>CONTACT</div>
    
</div>

CSS

html, body {
    margin: 0 ;
    padding: 0 ;
    width: 100% ;
    height: 100% ;
    font: inherit ;
    border: 0 none ;
}

div#slider_wrapper {
    top: 200px ;
    width: 80% ;
    height: 300px ;
    border: 1px solid #000 ;
}