JSFiddle - React, Tailwind, and code Playground

by Michael Dibbets

HTML

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>Exception</title>
        <link href="http://new-york-hotel.nl/wp/install-master/modules/system/assets/css/styles.css" rel="stylesheet">
        <script src="http://new-york-hotel.nl/wp/install-master/modules/system/assets/vendor/syntaxhighlighter/scripts/shCore.js"></script>
        <script src="http://new-york-hotel.nl/wp/install-master/modules/system/assets/vendor/syntaxhighlighter/scripts/shBrushPhp.js"></script>
        <script src="http://new-york-hotel.nl/wp/install-master/modules/system/assets/vendor/syntaxhighlighter/scripts/shBrushXml.js"></script>
        <link href="http://new-york-hotel.nl/wp/install-master/modules/system/assets/vendor/syntaxhighlighter/styles/shCore.css">
    </head>
    <body>
        <div class="container">

            <h1><i class="icon-power-off warning"></i> Error</h1>

            <p class="lead">We're sorry, but an unhandled error occurred. Please see the details below.</p>

            <div class="exception-name-block">
                <div>SQLSTATE[21000]: [Microsoft][ODBC Driver 11 for SQL Server][SQL Server]Subquery returned more than 1 value. This is not permitted when the subquery follows =, !=, &lt;, &lt;= , &gt;, &gt;= or when the subquery is used as an expression. (SQL: select top 20 [backend_users].*, (select name + &#039;, &#039; from [backend_user_groups] inner join [backend_users_groups] on [backend_user_groups].[id] = [backend_users_groups].[user_group_id] where [backend_users_groups].[user_id] = [backend_users].[id]) as [groups] from [backend_users] order by [login] desc)</div>
                <p>F:\MassWeb\nl\newyorkhotel\wp\install-master\vendor\laravel\framework\src\Illuminate\Database\Connection.php <span>line</span> 624</p>
            </div>

            <ul class="indicators">
                <li>
                    <h3>Type</h3>
                    <p>Undefined</p>
                </li>
                <li>
     ...