import React from 'react'; import './SearchBar.css'; function SearchBar({ value, onChange, placeholder }) { return (