JSFiddle - React, Tailwind, and code Playground
by darkylmnx
HTML
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.9.0/css/bulma.css">
<div class="notification">
hello <a href="#">cucou</a>
</div>
<p class="upload">
<label for="toto">upload</label>
<input type="file" id="toto">
</p>
SCSS
input {
display: none;
}