Source code

Revision control

Copy as Markdown

Other Tools

<!doctype html>
<style>
select {
appearance: none;
outline: none;
border: none;
}
</style>
<select multiple>
<option>First</option>
<option>Second</option>
<option>Third</option>
</select>