5 lines
311 B
HTML
5 lines
311 B
HTML
|
|
||
|
<h1 class="text-4xl">Filter</h1>
|
||
|
<p>Tag:<input type="text" id="filter" style="color: black;"></p><br>
|
||
|
<button class="bg-gray-400 border-solid border-gray-900 hover:bg-green-900 font-bold py-2 px-4 hover:text-white rounded transition duration-500 ease-in-out" onclick="applyFilter()">Apply</button>
|