1 2 3 4 5 6
<!doctype html> <style></style> <script> document.querySelector('style').innerText = `input { border: 1px solid }`.repeat(2 << 16); </script> <input>