<!DOCTYPE html> <html> <head> <style> .alert { color: #b91c1c; border: 2px solid currentColor; } </style> </head> <body> <div class="alert">This is an alert message.</div> </body> </html>